xref
: /
freebsd
/
sbin
/
ipfw
/
Makefile
(revision 2be1a816b9ff69588e55be0a84cbe2a31efc0f2f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
ipfw
4
SRCS
=
ipfw2.c
5
WARNS
?=
0
6
MAN
=
ipfw
.
8
7
8
.
include
<
bsd.prog.mk
>
9