e6ac6d91b7
rpc.statd. This is apparently fully functional and complete.
14 lines
177 B
Makefile
14 lines
177 B
Makefile
# $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
|