Blob


1 <$PLAN9/src/mkhdr
3 TARG = qer\
4 runq\
6 OFILES=
8 HFILES=../common/common.h\
9 ../common/sys.h\
11 LIB=../common/libcommon.a\
13 BIN=$PLAN9/bin/upas
15 UPDATE=\
16 mkfile\
17 $HFILES\
18 ${OFILES:%.$O=%.c}\
19 ${TARG:%=%.c}\
21 <$PLAN9/src/mkmany
22 CFLAGS=$CFLAGS -I../common