From 17421a0b95c12ae1405cb50fef7a6e346c7a00b5 Mon Sep 17 00:00:00 2001 From: bms Date: Fri, 9 Feb 2007 01:42:43 +0000 Subject: Remove an unneeded define. --- sys/modules/ip_mroute_mod/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile index b78d735..3a419a0 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} -- cgit v1.1