MFC:
[dragonfly.git] / share / examples / sunrpc / Makefile
blobff50a3b0af5e5d179bbdaf5378e4c6b5c2f50024
2 # @(#)Makefile 2.1 88/08/02 4.0 RPCSRC
5 # Build all demo services
7 MAKE = make
8 LIB=
10 SUBDIR= dir msg sort
12 all: ${SUBDIR}
14 clean cleanup:
15 cd dir; $(MAKE) ${MFLAGS} cleanup
16 cd msg; $(MAKE) ${MFLAGS} cleanup
17 cd sort; $(MAKE) ${MFLAGS} cleanup
19 install:
20 @echo "No installations done."
22 ${SUBDIR}: FRC
23 cd $@; $(MAKE) ${MFLAGS} LIB=$(LIB)
25 FRC: