diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
| commit | a654d072959982a88cfbd609921641d85a8eb50c (patch) | |
| tree | 6a527b2850f10a3ac2b45ff3c53340217e854e0d /sys/modules/ipfw | |
| parent | 89045423f1d86b30a03c90c35964f518a3e4ce4d (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 2afebe8d0402..c5300e8e3781 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.7 1997/02/22 12:48:14 peter Exp $ +# $Id: Makefile,v 1.8 1997/09/10 04:19:07 peter Exp $ -.PATH: ${.CURDIR}/../../sys/netinet -KMOD= ipfw_mod +.PATH: ${.CURDIR}/../../netinet +KMOD= ipfw SRCS= ip_fw.c NOMAN= CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE |
