1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00
freebsd/sbin/ipfw/Makefile
2009-01-27 09:04:29 +00:00

9 lines
84 B
Makefile

# $FreeBSD$
PROG= ipfw
SRCS= ipfw2.c
WARNS?= 2
MAN= ipfw.8
.include <bsd.prog.mk>