From 422761f81eb07e2c339dee3c71a0acead7aadd9a Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 17:53:05 +0000 Subject: make -> mk --- src/cmd/sam/Makefile | 34 ---------------------------------- src/cmd/sam/mkfile | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 34 deletions(-) delete mode 100644 src/cmd/sam/Makefile create mode 100644 src/cmd/sam/mkfile (limited to 'src/cmd/sam') diff --git a/src/cmd/sam/Makefile b/src/cmd/sam/Makefile deleted file mode 100644 index cb552352..00000000 --- a/src/cmd/sam/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PLAN9=../../.. -include $(PLAN9)/src/Makehdr - -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+=-l9 -lfmt -lutf - -include $(PLAN9)/src/Makeone - 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 -- cgit v1.2.3