aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.fmt
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkfile.fmt')
-rw-r--r--unix/mkfile.fmt28
1 files changed, 3 insertions, 25 deletions
diff --git a/unix/mkfile.fmt b/unix/mkfile.fmt
index 36d4e8df..c85852cc 100644
--- a/unix/mkfile.fmt
+++ b/unix/mkfile.fmt
@@ -4,7 +4,7 @@ TARG=\
NOTICE\
README\
Makefile\
- `{ls -p $PLAN9/src/lib9/fmt/*.c}\
+ `{9 ls -p $PLAN9/src/lib9/fmt/*.c}\
fmt.h\
fmtdef.h\
nan.h\
@@ -12,32 +12,10 @@ TARG=\
fmtinstall.3\
print.3\
-all:V: $TARG
+WHAT=fmt
-%: $PLAN9/include/%
- cp $prereq $target
+<../mkfile.what
%: $PLAN9/src/lib9/fmt/%
cp $prereq $target
-%: $PLAN9/man/man1/%
- cp $prereq $target
-
-%: $PLAN9/man/man3/%
- cp $prereq $target
-
-%: $PLAN9/man/man7/%
- cp $prereq $target
-
-%: ../make/%
- cp $prereq $target
-
-Makefile:D: ../make/Makefile.TOP ../make/Makefile.fmt ../make/Makefile.LIB ../make/Makefile.BOT
- cat $prereq >$target
-
-README: ../README
- cp $prereq $target
-
-NOTICE: ../NOTICE.fmt
- cp $prereq $target
-