Thanks to John Cummings.

This commit is contained in:
rsc 2005-10-29 16:26:44 +00:00
parent cd37451963
commit 5cdb17983a
94 changed files with 26853 additions and 0 deletions

22
src/cmd/upas/q/mkfile Normal file
View file

@ -0,0 +1,22 @@
<$PLAN9/src/mkhdr
TARG = qer\
runq\
OFILES=
HFILES=../common/common.h\
../common/sys.h\
LIB=../common/libcommon.a\
BIN=$PLAN9/bin/upas
UPDATE=\
mkfile\
$HFILES\
${OFILES:%.$O=%.c}\
${TARG:%=%.c}\
<$PLAN9/src/mkmany
CFLAGS=$CFLAGS -I../common