summaryrefslogtreecommitdiffstats
path: root/src/libplumb/Makefile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:16:51 +0000
committerrsc <devnull@localhost>2003-11-23 18:16:51 +0000
commitb7e6f4150f0974a3f3b145a23911b7c8a4b9399b (patch)
tree851e043b044f3dc40477454f1c3b5746b91a8eda /src/libplumb/Makefile
parent58611a1bbf601c7f38c76421d3a3ece58bc56efb (diff)
downloadplan9port-b7e6f4150f0974a3f3b145a23911b7c8a4b9399b.tar.gz
plan9port-b7e6f4150f0974a3f3b145a23911b7c8a4b9399b.zip
make -> mk
use $HOME/mnt/plumb as named pipe.
Diffstat (limited to 'src/libplumb/Makefile')
-rwxr-xr-xsrc/libplumb/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/libplumb/Makefile b/src/libplumb/Makefile
deleted file mode 100755
index e9d07a66..00000000
--- a/src/libplumb/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-
-LIB=../../lib/libplumb.a
-OFILES=\
- mesg.o\
-
-HFILES=../../include/plumb.h
-
-INCLUDES=-I../../include
-
-CFLAGS += $(INCLUDES) -D_POSIX_SOURCE
-
-CC=cc
-
-$(LIB): $(OFILES)
- ar r $(LIB) $(OFILES)
-
-clean:
- rm -rf $(TARG) $(OFILES)
-