diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-09-10 04:19:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-09-10 04:19:07 +0000 |
| commit | 5265258c28d6fca8883bfeb90803941c206bb7cc (patch) | |
| tree | c60c127af1ea958a487c16390c2cc61845efc3b1 /sys/modules/ipfw | |
| parent | ff486369c7908a025d8b71f6699f199ae5098c34 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 812cc7654289..2afebe8d0402 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.7 1997/02/22 12:48:14 peter Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod @@ -10,5 +10,8 @@ CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE #CFLAGS+= -DIPFIREWALL_VERBOSE #CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100 # +#If you want it to pass all packets by default +#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT +# .include <bsd.kmod.mk> |
