]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/edquota/Makefile
Update releng/10.0/ to -RC5 as part of the 10.0-RELEASE cycle.
[FreeBSD/releng/10.0.git] / usr.sbin / edquota / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   edquota
5 MAN=    edquota.8
6
7 CSTD=   gnu99
8 WARNS?= 4
9
10 DPADD=  ${LIBUTIL}
11 LDADD=  -lutil
12
13 .include <bsd.prog.mk>