]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - libexec/rpc.rquotad/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / libexec / rpc.rquotad / Makefile
1 # $FreeBSD$
2
3 PROG =  rpc.rquotad
4 SRCS =  rquotad.c
5 MAN  =  rpc.rquotad.8
6
7 WARNS ?= 6
8
9 DPADD=  ${LIBRPCSVC}
10 LDADD=  -lrpcsvc
11
12 .include <bsd.prog.mk>