]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - libexec/rpc.rquotad/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / libexec / rpc.rquotad / Makefile
1 # $FreeBSD$
2
3 PROG =  rpc.rquotad
4 SRCS =  rquotad.c
5 MAN  =  rpc.rquotad.8
6
7 DPADD=  ${LIBRPCSVC} ${LIBUTIL}
8 LDADD=  -lrpcsvc -lutil
9
10 .include <bsd.prog.mk>