plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit f593f5e00800722c62e42c5497aee22db16af656
parent e8fb1d3efb114d1859f14fda2b6681d99df1f48a
Author: wkj <devnull@localhost>
Date:   Mon, 17 May 2004 02:25:09 +0000

A few bits of troff don't seem to be buggered anymore.

Diffstat:
Msrc/cmd/mkfile | 2+-
Msrc/mkcommon | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/cmd/mkfile b/src/cmd/mkfile @@ -5,7 +5,7 @@ SHORTLIB=sec fs mux regexp9 thread bio 9 <$PLAN9/src/mkmany -BUGGERED='CVS|faces|factotum|mailfs|scat|upas|vac|venti|vncv|grap|eqn|troff|postscript|pic|tbl|mpm' +BUGGERED='CVS|faces|factotum|mailfs|scat|upas|vac|venti|vncv|postscript|mnihongo|mpm' DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"` <$PLAN9/src/mkdirs diff --git a/src/mkcommon b/src/mkcommon @@ -3,6 +3,9 @@ %.$O: %.c $CC $CFLAGS $stem.c +%.$O: %.cc + $CC $CFLAGS $stem.cc + %.$O: %.s $AS $AFLAGS $stem.s