1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

INET doesn't belong to opt_inet6.h: INET6 belongs to it.

This commit is contained in:
Yaroslav Tykhiy 2006-02-07 18:13:56 +00:00
parent 9864500624
commit a35ebcc25d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155433

View File

@ -17,9 +17,12 @@ EXPORT_SYMS= arc_frag_init \
arc_storelladdr
.if !defined(KERNBUILDDIR)
opt_inet.h opt_inet6.h:
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
opt_inet6.h:
echo "#define INET6 1" > ${.TARGET}
opt_ipx.h:
echo "#define IPX 1" > ${.TARGET}
.endif