diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
| commit | 5ebc7e6281887681c3a348a5a4c902e262ccd656 (patch) | |
| tree | 4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /sys/modules/ipfw | |
| parent | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 0c2f20cbc139..d60aa3369687 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1995/01/12 13:03:01 ugen Exp $ +# $Id: Makefile,v 1.2 1995/01/12 13:57:51 ugen Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod -SRCS= ipfw_lkm.c ip_fw.c +SRCS= ipfw_lkm.c ip_fw.c NOMAN= CFLAGS+= -DIPFIREWALL -DIPACCT # |
