diff options
author | rsc <devnull@localhost> | 2004-03-25 23:14:06 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-25 23:14:06 +0000 |
commit | f6b7705a546e567179867419d71a355fb771540d (patch) | |
tree | 42e522bf283b6fe708f9ea6fb70fdc1c3dc52d79 /src/cmd/mkfile | |
parent | 70bcc7804e3cac85bd92306668bae053df86a29e (diff) | |
download | plan9port-f6b7705a546e567179867419d71a355fb771540d.tar.gz plan9port-f6b7705a546e567179867419d71a355fb771540d.tar.bz2 plan9port-f6b7705a546e567179867419d71a355fb771540d.zip |
remove libmach
Diffstat (limited to 'src/cmd/mkfile')
-rw-r--r-- | src/cmd/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mkfile b/src/cmd/mkfile index 292c051b..2b367c69 100644 --- a/src/cmd/mkfile +++ b/src/cmd/mkfile @@ -3,7 +3,7 @@ PLAN9=../.. TARG=`ls *.c | sed 's/\.c//'` LDFLAGS=$LDFLAGS -SHORTLIB=mach sec fs mux regexp9 thread bio 9 +SHORTLIB=sec fs mux regexp9 thread bio 9 <$PLAN9/src/mkmany |