tmkfile.9 - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tmkfile.9 (321B)
---
1 </$objtype/mkfile
2
3 TARG= fs\
4
5 OFILES=\
6 fs.$O\
7 imap4.$O\
8 mbox.$O\
9 plan9.$O\
10 pop3.$O\
11 strtotm.$O\
12
13 LIB=../common/libcommon.a$O\
14
15 HFILES= ../common/common.h\
16 dat.h
17
18 BIN=/$objtype/bin/upas
19
20 UPDATE=\
21 mkfile\
22 $HFILES\
23 ${TARG:%=%.c}\
24 ${OFILES:%.$O=%.c}\
25
26 </sys/src/cmd/mkone
27 CFLAGS=$CFLAGS -I/sys/include -I../common