summaryrefslogtreecommitdiffstats
path: root/sbin/rpc.statd/Makefile
blob: 51bc93eece1f72ff6b842c4b05f4b97d49cfad44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$Id$

PROG =	rpc.statd
SRCS =	statd.c procs.c file.c
MAN8 =	rpc.statd.8

DPADD=	${LIBRPCSVC}
LDADD=	-lrpcsvc

.include <bsd.prog.mk>

test: test.c
	cc -o test test.c -lrpcsvc
OpenPOWER on IntegriCloud