aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/htmlfmt/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-08 19:36:35 +0000
committerrsc <devnull@localhost>2004-04-08 19:36:35 +0000
commit650deb79804a49d2dff37c9313fe96b846ad8063 (patch)
tree5498b7fe35a540a2e0fa55806434a5d3055eda2b /src/cmd/htmlfmt/mkfile
parenta67406e465169623421beba9072b213a8e75c423 (diff)
downloadplan9port-650deb79804a49d2dff37c9313fe96b846ad8063.tar.gz
plan9port-650deb79804a49d2dff37c9313fe96b846ad8063.tar.bz2
plan9port-650deb79804a49d2dff37c9313fe96b846ad8063.zip
Make libhtml, htmlfmt build.
Thanks to wkj for doing all the hard work.
Diffstat (limited to 'src/cmd/htmlfmt/mkfile')
-rw-r--r--src/cmd/htmlfmt/mkfile22
1 files changed, 4 insertions, 18 deletions
diff --git a/src/cmd/htmlfmt/mkfile b/src/cmd/htmlfmt/mkfile
index 5b263532..7bf8fbb6 100644
--- a/src/cmd/htmlfmt/mkfile
+++ b/src/cmd/htmlfmt/mkfile
@@ -1,4 +1,4 @@
-<$SYS9/$systype/$objtype/mkfile
+<$PLAN9/src/mkhdr
TARG=htmlfmt
OFILES=\
@@ -8,23 +8,9 @@ OFILES=\
HFILES=\
dat.h\
- $SYS9/sys/include/html.h\
+ $PLAN9/include/html.h\
-LIB=$SYS9/$systype/$objtype/lib/libbio.a\
- $SYS9/$systype/$objtype/lib/libregexp.a\
- $SYS9/$systype/$objtype/lib/libhtml.a\
- $SYS9/$systype/$objtype/lib/lib9c.a
+SHORTLIB=bio regexp9 html 9
-BIN=$SYS9/$systype/$objtype/bin
+<$PLAN9/src/mkone
-UPDATE=\
- mkfile\
- $HFILES\
- ${OFILES:%.$O=%.c}
-
-<$SYS9/sys/src/cmd/mkone
-
-CFLAGS=$CFLAGS
-
-#$O.out: $OFILES
-# $LD -o $target $LDFLAGS $OFILES