diff options
Diffstat (limited to 'sys/modules/ip6_mroute_mod/Makefile')
-rw-r--r-- | sys/modules/ip6_mroute_mod/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/modules/ip6_mroute_mod/Makefile b/sys/modules/ip6_mroute_mod/Makefile index b868a7a..a0f94f1 100644 --- a/sys/modules/ip6_mroute_mod/Makefile +++ b/sys/modules/ip6_mroute_mod/Makefile @@ -7,11 +7,4 @@ KMOD= ip6_mroute SRCS= ip6_mroute.c SRCS+= opt_inet6.h opt_mrouting.h -.if !defined(KERNBUILDDIR) -opt_inet6.h: - echo "#define INET6 1" > ${.TARGET} -opt_mrouting.h: - echo "#define MROUTING 1" > ${.TARGET} -.endif - .include <bsd.kmod.mk> |