aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/alias/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/alias/mkfile')
-rw-r--r--src/cmd/upas/alias/mkfile21
1 files changed, 21 insertions, 0 deletions
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