mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
9 lines
84 B
Makefile
9 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipfw
|
|
SRCS= ipfw2.c
|
|
WARNS?= 2
|
|
MAN= ipfw.8
|
|
|
|
.include <bsd.prog.mk>
|