aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mail/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-11 22:35:38 +0000
committerrsc <devnull@localhost>2006-02-11 22:35:38 +0000
commit00d75e0eaefc3d52a6bb631e4747da2b88e7c393 (patch)
tree22442f206af78a40ab03d3d52f74f53f70a6ced6 /src/cmd/acme/mail/mkfile
parent0c7c441e9033e523b96b474cdbee6b63410805f9 (diff)
downloadplan9port-00d75e0eaefc3d52a6bb631e4747da2b88e7c393.tar.gz
plan9port-00d75e0eaefc3d52a6bb631e4747da2b88e7c393.tar.bz2
plan9port-00d75e0eaefc3d52a6bb631e4747da2b88e7c393.zip
more changes
Diffstat (limited to 'src/cmd/acme/mail/mkfile')
-rw-r--r--src/cmd/acme/mail/mkfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/cmd/acme/mail/mkfile b/src/cmd/acme/mail/mkfile
index 0a7fe0e0..d95e1b21 100644
--- a/src/cmd/acme/mail/mkfile
+++ b/src/cmd/acme/mail/mkfile
@@ -1,7 +1,5 @@
<$PLAN9/src/mkhdr
-CC=9c
-
TARG=Mail
OFILES=\
html.$O\
@@ -12,21 +10,6 @@ OFILES=\
win.$O
HFILES=dat.h
-LIB=
-
-BIN=/acme/bin/$objtype
-
-UPDATE=\
- mkfile\
- $HFILES\
- ${OFILES:%.$O=%.c}\
<$PLAN9/src/mkone
-$O.out: $OFILES
- $LD -o $target $LDFLAGS $OFILES
-
-syms:V:
- 8c -a mail.c >syms
- 8c -aa mesg.c reply.c util.c win.c >>syms
-