sys/vfs/hammer2: Remove obsolete comments for unused/reserved ondisk fields
[dragonfly.git] / sbin / ipfw3 / Makefile
blob4cf6d5538321f3c664e490af1fbda22aacf4f03c
1 # $FreeBSD: src/sbin/ipfw/Makefile,v 1.6.6.3 2002/07/24 03:21:23 luigi Exp $
3 PROG = ipfw3
4 MAN = ipfw3.8
5 SRCS = ipfw3.c
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
14 WARNS?= 2
16 # DO NOT USE -static, dlopen() for ipfw3 modules
17 .undef NOSHARED
19 .include <bsd.prog.mk>