freebsd-dev/usr.sbin/rpc.statd/Makefile
Peter Wemm 1494289f5b Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'s
rpc.statd.

This is apparently fully functional and complete.
1996-02-17 15:14:59 +00:00

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