mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
9 lines
115 B
Makefile
9 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rpc.rquotad
|
|
SRCS = rquotad.c
|
|
MAN = rpc.rquotad.8
|
|
|
|
LIBADD= rpcsvc util
|
|
|
|
.include <bsd.prog.mk>
|