summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rquotad/Makefile
blob: fb3f38bc90ccabe8b7e3bba6b6d99ab4612dde22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG =	rpc.rquotad
SRCS =	rquotad.c
MAN  =	rpc.rquotad.8

WARNS ?= 6

DPADD=	${LIBRPCSVC} ${LIBUTIL}
LDADD=	-lrpcsvc -lutil

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud