Thanks to John Cummings.
This commit is contained in:
parent
cd37451963
commit
5cdb17983a
94 changed files with 26853 additions and 0 deletions
27
src/cmd/upas/fs/mkfile.9
Normal file
27
src/cmd/upas/fs/mkfile.9
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
</$objtype/mkfile
|
||||
|
||||
TARG= fs\
|
||||
|
||||
OFILES=\
|
||||
fs.$O\
|
||||
imap4.$O\
|
||||
mbox.$O\
|
||||
plan9.$O\
|
||||
pop3.$O\
|
||||
strtotm.$O\
|
||||
|
||||
LIB=../common/libcommon.a$O\
|
||||
|
||||
HFILES= ../common/common.h\
|
||||
dat.h
|
||||
|
||||
BIN=/$objtype/bin/upas
|
||||
|
||||
UPDATE=\
|
||||
mkfile\
|
||||
$HFILES\
|
||||
${TARG:%=%.c}\
|
||||
${OFILES:%.$O=%.c}\
|
||||
|
||||
</sys/src/cmd/mkone
|
||||
CFLAGS=$CFLAGS -I/sys/include -I../common
|
||||
Loading…
Add table
Add a link
Reference in a new issue