diff options
Diffstat (limited to 'sys/modules/snc')
-rw-r--r-- | sys/modules/snc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/modules/snc/Makefile b/sys/modules/snc/Makefile index 056619e..8372486 100644 --- a/sys/modules/snc/Makefile +++ b/sys/modules/snc/Makefile @@ -6,9 +6,4 @@ KMOD= if_snc SRCS= if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h card_if.h pccarddevs.h -.if !defined(KERNBUILDDIR) -opt_inet.h: - echo "#define INET 1" > ${.TARGET} -.endif - .include <bsd.kmod.mk> |