Thanks to John Cummings.
This commit is contained in:
parent
9f1fdc1287
commit
d1f529f46f
27 changed files with 4344 additions and 0 deletions
21
src/cmd/upas/alias/mkfile
Normal file
21
src/cmd/upas/alias/mkfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue