aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam
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
parentf37a36a8f4360cd86fa3a60223d371a2177a3512 (diff)
downloadplan9port-422761f81eb07e2c339dee3c71a0acead7aadd9a.tar.gz
plan9port-422761f81eb07e2c339dee3c71a0acead7aadd9a.tar.bz2
plan9port-422761f81eb07e2c339dee3c71a0acead7aadd9a.zip
make -> mk
Diffstat (limited to 'src/cmd/sam')
-rw-r--r--src/cmd/sam/mkfile (renamed from src/cmd/sam/Makefile)7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/cmd/sam/Makefile b/src/cmd/sam/mkfile
index cb552352..280edee1 100644
--- a/src/cmd/sam/Makefile
+++ b/src/cmd/sam/mkfile
@@ -1,5 +1,5 @@
PLAN9=../../..
-include $(PLAN9)/src/Makehdr
+<$PLAN9/src/mkhdr
TARG=sam
OFILES=sam.$O\
@@ -28,7 +28,6 @@ HFILES=sam.h\
errors.h\
mesg.h\
-LDFLAGS+=-l9 -lfmt -lutf
-
-include $(PLAN9)/src/Makeone
+LDFLAGS=$LDFLAGS -l9 -lfmt -lutf
+<$PLAN9/src/mkone