23c608c8f6
Minor cleanup of the includes used by the various source files, including annotations of why certain headers are used.
9 lines
122 B
Makefile
9 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipfw
|
|
SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c altq.c
|
|
WARNS?= 2
|
|
MAN= ipfw.8
|
|
|
|
.include <bsd.prog.mk>
|