aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ip_mroute_mod
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2007-02-09 01:42:43 +0000
committerBruce M Simpson <bms@FreeBSD.org>2007-02-09 01:42:43 +0000
commit3c0bb7340e3dafd57d53da8f44ac18b2ea4219c5 (patch)
tree7ecadeb00e4f0125fa71590dc71a816746e2a356 /sys/modules/ip_mroute_mod
parentf6966ecd8e5b43deac87fa408862b21f1c6e029a (diff)
Notes
Diffstat (limited to 'sys/modules/ip_mroute_mod')
-rw-r--r--sys/modules/ip_mroute_mod/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile
index b78d735b4e060..3a419a02070f6 100644
--- a/sys/modules/ip_mroute_mod/Makefile
+++ b/sys/modules/ip_mroute_mod/Makefile
@@ -5,8 +5,6 @@
KMOD= ip_mroute
SRCS= ip_mroute.c opt_mac.h opt_mrouting.h
-CFLAGS+= -DMROUTE_KLD
-
.if !defined(KERNBUILDDIR)
opt_mrouting.h:
echo "#define MROUTING 1" > ${.TARGET}