mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Minor cleanup of the includes used by the various source files, including annotations of why certain headers are used.
8 lines
122 B
Makefile
8 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>
|