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:
Brian Somers 2000-01-23 10:41:48 +00:00
parent a49c947e5d
commit 3bd82a552f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56436

View File

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