]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/upas/vf/mkfile
upas/fs: fix more locking bugs, remove debugging clutter, remove planb mbox code
[plan9front.git] / sys / src / cmd / upas / vf / mkfile
1 </$objtype/mkfile
2 <../mkupas
3
4 TARG=vf
5
6 OFILES=vf.$O\
7
8 LIB=../common/libcommon.a$O\
9
10 HFILES=../common/common.h\
11          ../common/sys.h\
12
13 UPDATE=\
14         mkfile\
15         $HFILES\
16         ${OFILES:%.$O=%.c}\
17
18 </sys/src/cmd/mkone
19 CFLAGS=$CFLAGS -I../common