]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sbin/ipfw/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 LDADD=  -lutil
7 MAN=    ipfw.8
8
9 .include <bsd.prog.mk>