Add back netboot since it compiles just fine. Note that you need a full

source tree to build netboot since it depends on headers from libstand.
This commit is contained in:
Doug Rabson 1999-11-03 20:19:30 +00:00
parent 0296dea15c
commit ef4939417a

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= libalpha
SUBDIR+= boot1 loader cdboot
SUBDIR+= boot1 loader cdboot netboot
.include <bsd.subdir.mk>