081fb64492
And move all the nfs related commands there. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D30754 Sponsored by: Diablotin Systems
12 lines
129 B
Makefile
12 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= nfs
|
|
|
|
PROG = rpc.rquotad
|
|
SRCS = rquotad.c
|
|
MAN = rpc.rquotad.8
|
|
|
|
LIBADD= rpcsvc util
|
|
|
|
.include <bsd.prog.mk>
|