diff options
Diffstat (limited to 'src/cmd/sam/mkfile')
-rw-r--r-- | src/cmd/sam/mkfile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/cmd/sam/mkfile b/src/cmd/sam/mkfile new file mode 100644 index 00000000..280edee1 --- /dev/null +++ b/src/cmd/sam/mkfile @@ -0,0 +1,33 @@ +PLAN9=../../.. +<$PLAN9/src/mkhdr + +TARG=sam +OFILES=sam.$O\ + address.$O\ + buff.$O\ + cmd.$O\ + disk.$O\ + error.$O\ + file.$O\ + io.$O\ + list.$O\ + mesg.$O\ + moveto.$O\ + multi.$O\ + plumb.$O\ + rasp.$O\ + regexp.$O\ + shell.$O\ + string.$O\ + sys.$O\ + unix.$O\ + util.$O\ + xec.$O\ + +HFILES=sam.h\ + errors.h\ + mesg.h\ + +LDFLAGS=$LDFLAGS -l9 -lfmt -lutf + +<$PLAN9/src/mkone |