mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
And move all the nfs related commands there. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D30754 Sponsored by: Diablotin Systems
11 lines
129 B
Makefile
11 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= nfs
|
|
|
|
PROG = rpc.rquotad
|
|
SRCS = rquotad.c
|
|
MAN = rpc.rquotad.8
|
|
|
|
LIBADD= rpcsvc util
|
|
|
|
.include <bsd.prog.mk>
|