mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
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
10 lines
137 B
Makefile
10 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>
|