]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - libexec/rpc.rstatd/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / libexec / rpc.rstatd / Makefile
1 # $FreeBSD$
2
3 PROG =  rpc.rstatd
4 SRCS =  rstatd.c rstat_proc.c
5 MAN =   rpc.rstatd.8
6
7 DPADD=  ${LIBRPCSVC} ${LIBUTIL} ${LIBDEVSTAT}
8 LDADD=  -lrpcsvc -lutil -ldevstat
9
10 .include <bsd.prog.mk>