aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:23:38 +0000
committerrsc <devnull@localhost>2003-11-23 18:23:38 +0000
commit9e37bb03b38a732af1897289b2f519dbd74cd371 (patch)
treeb87d759ba1e0f77a76876893635ca7e0c60244ce
parentd7094239263eac816ebb3af32641079b7924c666 (diff)
downloadplan9port-9e37bb03b38a732af1897289b2f519dbd74cd371.tar.gz
plan9port-9e37bb03b38a732af1897289b2f519dbd74cd371.tar.bz2
plan9port-9e37bb03b38a732af1897289b2f519dbd74cd371.zip
make -> mk
-rw-r--r--src/cmd/plumb/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/cmd/plumb/Makefile b/src/cmd/plumb/Makefile
deleted file mode 100644
index df3c8bed..00000000
--- a/src/cmd/plumb/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-
-CFLAGS=-I../../../include
-LDLIBS=-L../../../lib -lplumb -lbio -lregexp9 -lfmt -l9 -lutf
-all: plumb plumber
-
-plumb: plumb.o
- cc -o $@ plumb.o $(LDLIBS)
-
-plumber: match.o rules.o plumber.o
- cc -o $@ match.o rules.o plumber.o $(LDLIBS)
-
-clean:
- rm -f *.o
-
-install: plumb plumber
- cp plumb plumber ../../../bin