Let kmod.mk create an empty .h file.

This commit is contained in:
Ruslan Ermilov 2005-06-05 05:30:37 +00:00
parent 6706791aa2
commit 50fc7005c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146992

View File

@ -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