Hmm, don't compile in INET6, IPX or NETATALK support for the
moment :-( I think we need some sort of stub variable and a ``is this queue available'' flag.
This commit is contained in:
parent
d5c4d0edb4
commit
9c022a2fe0
@ -15,12 +15,12 @@ opt_inet.h:
|
||||
echo "#define INET 1" > opt_inet.h
|
||||
|
||||
opt_inet6.h:
|
||||
echo "#define INET6 1" > opt_inet6.h
|
||||
echo "#undef INET6" > opt_inet6.h
|
||||
|
||||
opt_atalk.h:
|
||||
echo "#define NETATALK 1" > opt_atalk.h
|
||||
echo "#undef NETATALK" > opt_atalk.h
|
||||
|
||||
opt_ipx.h:
|
||||
echo "#define IPX 1" > opt_ipx.h
|
||||
echo "#undef IPX" > opt_ipx.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user