12 lines
138 B
Makefile
Raw Normal View History

1999-08-28 00:22:10 +00:00
# $FreeBSD$
PROG = rpc.rstatd
SRCS = rstatd.c rstat_proc.c
MAN = rpc.rstatd.8
2014-11-25 21:18:18 +00:00
LIBADD= rpcsvc devstat
WARNS?= 1
.include <bsd.prog.mk>