kmod.mk knows how to create empty opt_*.h files so let it deal with the
NOINET6 case. Reported by: ru
This commit is contained in:
parent
6c12df5a19
commit
76d5d30105
@ -12,11 +12,9 @@ SRCS+= in6_gif.c
|
||||
opt_inet.h:
|
||||
echo "#define INET 1" > ${.TARGET}
|
||||
|
||||
opt_inet6.h:
|
||||
.if !defined(NOINET6)
|
||||
opt_inet6.h:
|
||||
echo "#define INET6 1" > ${.TARGET}
|
||||
.else
|
||||
echo "" > ${.TARGET}
|
||||
.endif
|
||||
|
||||
opt_mrouting.h:
|
||||
|
Loading…
x
Reference in New Issue
Block a user