1 # $FreeBSD: src/sbin/ipfw/Makefile,v 1.6.6.3 2002/07/24 03:21:23 luigi Exp $
6 SRCS
+= ipfw3basic.c ipfw3basic.h
7 SRCS
+= ipfw3set.c ipfw3set.h
8 SRCS
+= ipfw3log.c ipfw3log.h
9 SRCS
+= ipfw3sync.c ipfw3sync.h
10 SRCS
+= ipfw3state.c ipfw3state.h
11 SRCS
+= ipfw3table.c ipfw3table.h
12 SRCS
+= ipfw3dummynet.c ipfw3dummynet.h
13 SRCS
+= ipfw3nat.c ipfw3nat.h
16 # DO NOT USE -static, dlopen() for ipfw3 modules
19 .
include <bsd.prog.mk
>