]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ipfw/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sbin / ipfw / Makefile
1 # $FreeBSD$
2
3 PROG=   ipfw
4 SRCS=   ipfw2.c
5 WARNS?= 0
6 MAN=    ipfw.8
7
8 .include <bsd.prog.mk>