]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/ipfw/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sbin / ipfw / Makefile
1 # $FreeBSD$
2
3 PROG=   ipfw
4 SRCS=   ipfw2.c dummynet.c ipv6.c main.c nat.c altq.c
5 WARNS?= 2
6 DPADD=  ${LIBUTIL}
7 LDADD=  -lutil
8 MAN=    ipfw.8
9
10 .include <bsd.prog.mk>