diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1999-11-23 22:18:17 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1999-11-23 22:18:17 +0000 |
| commit | 5cb2cd94536e1205db45bda654cc001562d8d2cd (patch) | |
| tree | 72dafafe54ae1814314ed412229162197edff6a2 /sys/modules/ipfilter/Makefile | |
| parent | 47e3b8ce13faecb4c4dd012902b7aa05f38b116f (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfilter/Makefile')
| -rw-r--r-- | sys/modules/ipfilter/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile new file mode 100644 index 0000000000000..694b2cca14efb --- /dev/null +++ b/sys/modules/ipfilter/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../netinet +KMOD= ipl +SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \ + ip_log.c +NOMAN= +CFLAGS+= -DIPFILTER_LKM -DIPFILTER_LOG +# +# If you don't want long functionality remove -DIPFILTER_LOG +# + +.include <bsd.kmod.mk> |
