freebsd-dev/usr.bin/quota/Makefile
Thomas Graichen 9288f2661b Obtained from: NetBSD
replaced our quota with the NetBSD one, then added all changes we made
to our - this is done to support the displaying of quota's over nfs
using the rpc.rquotad
1996-01-05 08:37:29 +00:00

11 lines
137 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= quota
BINOWN= root
BINMODE=4555
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>