From d1f529f46f957c78a3db73b42c2fcd2d3c9f8a34 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 29 Oct 2005 16:26:32 +0000 Subject: Thanks to John Cummings. --- src/cmd/upas/alias/mkfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/cmd/upas/alias/mkfile (limited to 'src/cmd/upas/alias/mkfile') diff --git a/src/cmd/upas/alias/mkfile b/src/cmd/upas/alias/mkfile new file mode 100644 index 00000000..d7f8f91c --- /dev/null +++ b/src/cmd/upas/alias/mkfile @@ -0,0 +1,21 @@ +<$PLAN9/src/mkhdr + +TARG=aliasmail + +OFILES=aliasmail.$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