]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sbin/ipfw/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>