8a3b5c8587
Usual moving of code with no changes from ipfw2.c to the newly created files, and addition of prototypes to ipfw2.h I have added forward declarations for ipfw_insn_* in ipfw2.h to avoid a global dependency on ip_fw.h
9 lines
115 B
Makefile
9 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipfw
|
|
SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c
|
|
WARNS?= 0
|
|
MAN= ipfw.8
|
|
|
|
.include <bsd.prog.mk>
|