summaryrefslogtreecommitdiffstats
path: root/lib/librpc/demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librpc/demo/Makefile')
-rw-r--r--lib/librpc/demo/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/librpc/demo/Makefile b/lib/librpc/demo/Makefile
deleted file mode 100644
index 05510d6..0000000
--- a/lib/librpc/demo/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# @(#)Makefile 2.1 88/08/02 4.0 RPCSRC
-#
-#
-# Build all demo services
-#
-MAKE = make
-LIB=-lrpclib
-
-SUBDIR= dir msg sort
-
-all: ${SUBDIR}
-
-clean cleanup:
- cd dir; $(MAKE) ${MFLAGS} cleanup
- cd msg; $(MAKE) ${MFLAGS} cleanup
- cd sort; $(MAKE) ${MFLAGS} cleanup
-
-install:
- @echo "No installations done."
-
-${SUBDIR}: FRC
- cd $@; $(MAKE) ${MFLAGS} LIB=$(LIB)
-
-FRC:
OpenPOWER on IntegriCloud