From 3c0bb7340e3dafd57d53da8f44ac18b2ea4219c5 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Fri, 9 Feb 2007 01:42:43 +0000 Subject: [PATCH] Remove an unneeded define. --- sys/modules/ip_mroute_mod/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile index b78d735b4e0..3a419a02070 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}