diff options
author | rsc <devnull@localhost> | 2003-11-23 18:23:38 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-11-23 18:23:38 +0000 |
commit | 9e37bb03b38a732af1897289b2f519dbd74cd371 (patch) | |
tree | b87d759ba1e0f77a76876893635ca7e0c60244ce /src/cmd/plumb | |
parent | d7094239263eac816ebb3af32641079b7924c666 (diff) | |
download | plan9port-9e37bb03b38a732af1897289b2f519dbd74cd371.tar.gz plan9port-9e37bb03b38a732af1897289b2f519dbd74cd371.tar.bz2 plan9port-9e37bb03b38a732af1897289b2f519dbd74cd371.zip |
make -> mk
Diffstat (limited to 'src/cmd/plumb')
-rw-r--r-- | src/cmd/plumb/Makefile | 16 |
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 |