aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.what
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 03:45:44 +0000
committerrsc <devnull@localhost>2005-01-14 03:45:44 +0000
commit78e51a8c6678b6e3dff3d619aa786669f531f4bc (patch)
tree015e00fde4fc837fd31b705e18d17dc913829388 /unix/mkfile.what
parent2634795b5f0053bc0ff08e5d7bbc0eda8efea061 (diff)
downloadplan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.tar.gz
plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.tar.bz2
plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.zip
checkpoint
Diffstat (limited to 'unix/mkfile.what')
-rw-r--r--unix/mkfile.what22
1 files changed, 22 insertions, 0 deletions
diff --git a/unix/mkfile.what b/unix/mkfile.what
new file mode 100644
index 00000000..07ccc52c
--- /dev/null
+++ b/unix/mkfile.what
@@ -0,0 +1,22 @@
+all:V: $TARG
+
+%: $PLAN9/include/%
+ cp $prereq $target
+
+%: $PLAN9/unix/man/%
+ cat ../man/ex.man $prereq >$target
+
+%: $PLAN9/unix/make/%
+ cp $prereq $target
+
+Makefile:D: $PLAN9/unix/make/Makefile.TOP $PLAN9/unix/make/Makefile.$WHAT $PLAN9/unix/make/Makefile.LIB $PLAN9/unix/make/Makefile.BOT
+ cat $prereq >$target
+ [ $WHAT = mk ] && cat $PLAN9/unix/make/Makefile.CMD >>$target
+ exit 0
+
+README: $PLAN9/unix/README
+ cp $prereq $target
+
+NOTICE: $PLAN9/unix/NOTICE.$WHAT
+ cp $prereq $target
+