From 5cdb17983ae6e6367ad7a940cb219eab247a9304 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 29 Oct 2005 16:26:44 +0000 Subject: Thanks to John Cummings. --- src/cmd/upas/vf/mkfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/cmd/upas/vf/mkfile (limited to 'src/cmd/upas/vf/mkfile') diff --git a/src/cmd/upas/vf/mkfile b/src/cmd/upas/vf/mkfile new file mode 100644 index 00000000..b17e4578 --- /dev/null +++ b/src/cmd/upas/vf/mkfile @@ -0,0 +1,20 @@ +<$PLAN9/src/mkhdr + +TARG=vf + +OFILES=vf.$O\ + +LIB=../common/libcommon.a\ + +HFILES=../common/common.h\ + ../common/sys.h\ + + +BIN=$PLAN9/bin/upas +UPDATE=\ + mkfile\ + $HFILES\ + ${OFILES:%.$O=%.c}\ + +<$PLAN9/src/mkone +CFLAGS=$CFLAGS -I../common -- cgit v1.2.3