]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/examples/sunrpc/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / examples / sunrpc / Makefile
1 #
2 # @(#)Makefile  2.1 88/08/02 4.0 RPCSRC
3 #
4 #
5 #   Build all demo services
6 #
7 MAKE = make
8 LIB=
9
10 SUBDIR= dir msg sort
11
12 all:    ${SUBDIR}
13
14 clean cleanup:
15         cd dir; $(MAKE) ${MFLAGS} cleanup
16         cd msg; $(MAKE) ${MFLAGS} cleanup
17         cd sort; $(MAKE) ${MFLAGS} cleanup
18
19 install:
20         @echo "No installations done."
21
22 ${SUBDIR}:      FRC
23         cd $@; $(MAKE) ${MFLAGS} LIB=$(LIB)
24
25 FRC: