Let kmod.mk create an empty .h file.
This commit is contained in:
parent
7e623e65a2
commit
fb4127d5cf
@ -19,10 +19,8 @@ opt_pf.h:
|
||||
opt_inet.h:
|
||||
echo "#define INET 1" > opt_inet.h
|
||||
|
||||
.if !defined(NO_INET6)
|
||||
opt_inet6.h:
|
||||
.if defined(NO_INET6)
|
||||
echo > opt_inet6.h
|
||||
.else
|
||||
echo "#define INET6 1" > opt_inet6.h
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user