diff options
| -rw-r--r-- | lkm/ipfw/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/ipfw/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lkm/ipfw/Makefile b/lkm/ipfw/Makefile index 306055c8fdac..0c2f20cbc139 100644 --- a/lkm/ipfw/Makefile +++ b/lkm/ipfw/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $ +# $Id: Makefile,v 1.1 1995/01/12 13:03:01 ugen Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod @@ -6,7 +6,7 @@ SRCS= ipfw_lkm.c ip_fw.c NOMAN= CFLAGS+= -DIPFIREWALL -DIPACCT # -# If you want it verbose +#If you want it verbose #CFLAGS+= -DIPFIREWALL_VERBOSE # diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 306055c8fdac..0c2f20cbc139 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $ +# $Id: Makefile,v 1.1 1995/01/12 13:03:01 ugen Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod @@ -6,7 +6,7 @@ SRCS= ipfw_lkm.c ip_fw.c NOMAN= CFLAGS+= -DIPFIREWALL -DIPACCT # -# If you want it verbose +#If you want it verbose #CFLAGS+= -DIPFIREWALL_VERBOSE # |
