]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/repquota/Makefile
MFC r253865: Fixes to RX_COPY optimization code allowing the removal of rearm_queues
[FreeBSD/releng/9.2.git] / usr.sbin / repquota / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   repquota
5 MAN=    repquota.8
6 DPADD=  ${LIBUTIL}
7 LDADD=  -lutil
8
9 .include <bsd.prog.mk>