aboutsummaryrefslogtreecommitdiff
path: root/share/examples/sunrpc/Makefile
blob: d5044c92148682008ec420f01313c08d9b7a851a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# @(#)Makefile	2.1 88/08/02 4.0 RPCSRC
#
#
#   Build all demo services
#
# $FreeBSD$
#

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/sunrpc
MAKE = make
LIB=

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: