diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-09-23 18:50:59 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-09-23 18:50:59 +0000 |
| commit | 20cb9f9efe4c084e62f89e006e4d7bb42eace34e (patch) | |
| tree | a6df1aee70fb5e463ac43059fc8bbe8fee737c80 /sys/modules/ip6fw | |
| parent | 1204fd85a4ea199414100949bbd5cbc0b96232fa (diff) | |
Notes
Diffstat (limited to 'sys/modules/ip6fw')
| -rw-r--r-- | sys/modules/ip6fw/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/modules/ip6fw/Makefile b/sys/modules/ip6fw/Makefile new file mode 100644 index 000000000000..64fa17ea7f9d --- /dev/null +++ b/sys/modules/ip6fw/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../netinet6 +KMOD= ip6fw +SRCS= ip6_fw.c +NOMAN= +CFLAGS+= -DIPV6FIREWALL +# +#If you want it verbose +#CFLAGS+= -DIPV6FIREWALL_VERBOSE +#CFLAGS+= -DIPV6FIREWALL_VERBOSE_LIMIT=100 +# +#If you want it to pass all packets by default +#CFLAGS+= -DIPV6FIREWALL_DEFAULT_TO_ACCEPT +# + +.include <bsd.kmod.mk> |
