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