Update share/examples/* to properly install /usr/share/examples.
[freebsd.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 # $FreeBSD$
8 #
9
10 PACKAGE=examples
11 FILESDIR=${SHAREDIR}/examples/sunrpc
12 MAKE = make
13 LIB=
14
15 SUBDIR= dir msg sort
16
17 all:    ${SUBDIR}
18
19 clean cleanup:
20         cd dir; $(MAKE) ${MFLAGS} cleanup
21         cd msg; $(MAKE) ${MFLAGS} cleanup
22         cd sort; $(MAKE) ${MFLAGS} cleanup
23
24 install:
25         @echo "No installations done."
26
27 ${SUBDIR}:      FRC
28         cd $@; $(MAKE) ${MFLAGS} LIB=$(LIB)
29
30 FRC: