1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/libexec/rpc.rquotad/Makefile
1997-02-22 14:22:49 +00:00

11 lines
127 B
Makefile

# $Id$
PROG = rpc.rquotad
SRCS = rquotad.c
MAN8 = rpc.rquotad.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>