diff options
Diffstat (limited to 'sys/modules/if_stf/Makefile')
-rw-r--r-- | sys/modules/if_stf/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/modules/if_stf/Makefile b/sys/modules/if_stf/Makefile index 5e8bd2f..709c255 100644 --- a/sys/modules/if_stf/Makefile +++ b/sys/modules/if_stf/Makefile @@ -5,12 +5,4 @@ KMOD= if_stf SRCS= if_stf.c opt_inet.h opt_inet6.h -.if !defined(KERNBUILDDIR) -opt_inet.h: - echo "#define INET 1" > ${.TARGET} - -opt_inet6.h: - echo "#define INET6 1" > ${.TARGET} -.endif - .include <bsd.kmod.mk> |