diff options
author | mjacob <mjacob@FreeBSD.org> | 1999-09-09 01:28:26 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 1999-09-09 01:28:26 +0000 |
commit | 0ecf02c03c584c24ae13f3e5653268d4a5ed84b5 (patch) | |
tree | 23af951190303c53c21a0e8f8082a553596e57d8 /sys/boot/alpha | |
parent | 6fb3f31cd2b59e96d8aeeceee81371624763d50b (diff) | |
download | FreeBSD-src-0ecf02c03c584c24ae13f3e5653268d4a5ed84b5.zip FreeBSD-src-0ecf02c03c584c24ae13f3e5653268d4a5ed84b5.tar.gz |
netboot removed until somebody fixes it so it compiles
Diffstat (limited to 'sys/boot/alpha')
-rw-r--r-- | sys/boot/alpha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/Makefile b/sys/boot/alpha/Makefile index 463a4c3..ce822e77 100644 --- a/sys/boot/alpha/Makefile +++ b/sys/boot/alpha/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ SUBDIR= libalpha -SUBDIR+= boot1 loader netboot cdboot +SUBDIR+= boot1 loader cdboot .include <bsd.subdir.mk> |