commit | 8f314994dbcc11b2d8397535ce8b0cf9d84150d0 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Mar 02 17:34:15 2004 +0000 |
committer | rsc <devnull@localhost> | Tue Mar 02 17:34:15 2004 +0000 |
tree | 073d6711e464fc28770e1b450223b5b8cd4b447e | |
parent | 53dbac948575b07e95d184bbfbe4d8953c5ccc4c [diff] [blame] |
More Mac tweaks.
diff --git a/unix/mkfile.mk b/unix/mkfile.mk index 6d650fe..09d064d 100644 --- a/unix/mkfile.mk +++ b/unix/mkfile.mk
@@ -6,6 +6,7 @@ Makefile\ mk.1\ mk.h\ + sys.h\ fns.h\ `{ls -p $PLAN9/src/cmd/mk/*.c}\ @@ -37,3 +38,6 @@ NOTICE: ../NOTICE.mk cp $prereq $target + +sys.h: $PLAN9/src/cmd/mk/sys.h.std + cp $prereq $target