summaryrefslogtreecommitdiffstats
path: root/src/cmd/sam/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 17:53:05 +0000
committerrsc <devnull@localhost>2003-11-23 17:53:05 +0000
commit422761f81eb07e2c339dee3c71a0acead7aadd9a (patch)
treee0c1b0438521604c2917853f9edb566eb9ee59b1 /src/cmd/sam/mkfile
parentf37a36a8f4360cd86fa3a60223d371a2177a3512 (diff)
downloadplan9port-422761f81eb07e2c339dee3c71a0acead7aadd9a.tar.gz
plan9port-422761f81eb07e2c339dee3c71a0acead7aadd9a.zip
make -> mk
Diffstat (limited to 'src/cmd/sam/mkfile')
-rw-r--r--src/cmd/sam/mkfile33
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