]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/rpc.rquotad/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>