diff options
Diffstat (limited to 'sys/modules/smbfs/Makefile')
-rw-r--r-- | sys/modules/smbfs/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/modules/smbfs/Makefile b/sys/modules/smbfs/Makefile index 031933f..04ffc9a 100644 --- a/sys/modules/smbfs/Makefile +++ b/sys/modules/smbfs/Makefile @@ -26,20 +26,10 @@ SRCS+= des_enc.S SRCS+= des_enc.c .endif -# Build with INET support (1|0) -SMB_INET?= 1 - CFLAGS+= ${KDEBUG} .if defined(VNPRINT) CFLAGS+= -DVNPRINT .endif -.if !defined(KERNBUILDDIR) -.if ${SMB_INET} > 0 -opt_inet.h: - echo "#define INET 1" > ${.TARGET} -.endif -.endif - .include <bsd.kmod.mk> |