mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
INET doesn't belong to opt_inet6.h: INET6 belongs to it.
This commit is contained in:
parent
9864500624
commit
a35ebcc25d
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue