Thanks to John Cummings.

This commit is contained in:
rsc 2005-10-29 16:26:32 +00:00
parent 9f1fdc1287
commit d1f529f46f
27 changed files with 4344 additions and 0 deletions

21
src/cmd/upas/alias/mkfile Normal file
View file

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