diff options
| author | Ugen J.S. Antsilevich <ugen@FreeBSD.org> | 1995-01-12 13:03:02 +0000 |
|---|---|---|
| committer | Ugen J.S. Antsilevich <ugen@FreeBSD.org> | 1995-01-12 13:03:02 +0000 |
| commit | ad6e6b7d58bb043c60dab175cc84b6ff63eecdca (patch) | |
| tree | 4c9d3d7db0fd297b1d6789c151f4fed1f2dec3af /sys/modules/ipfw/Makefile | |
| parent | 98bee366954d0d991a21f2801ecdf735a17a786e (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw/Makefile')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile new file mode 100644 index 000000000000..306055c8fdac --- /dev/null +++ b/sys/modules/ipfw/Makefile @@ -0,0 +1,13 @@ +# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $ + +.PATH: ${.CURDIR}/../../sys/netinet +KMOD= ipfw_mod +SRCS= ipfw_lkm.c ip_fw.c +NOMAN= +CFLAGS+= -DIPFIREWALL -DIPACCT +# +# If you want it verbose +#CFLAGS+= -DIPFIREWALL_VERBOSE +# + +.include <bsd.kmod.mk> |
