summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/common
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-10-09 12:29:42 +0000
committerdfr <dfr@FreeBSD.org>1999-10-09 12:29:42 +0000
commitf4d20726f155b98fe4566c07a8829a481d58c2ec (patch)
tree3b14f426d37d792c26c80239cbc63ef085422199 /sys/boot/alpha/common
parent457427e2637c3b49c4b859fcb20e970e7aa85e6a (diff)
downloadFreeBSD-src-f4d20726f155b98fe4566c07a8829a481d58c2ec.zip
FreeBSD-src-f4d20726f155b98fe4566c07a8829a481d58c2ec.tar.gz
Add net device to netboot.
Diffstat (limited to 'sys/boot/alpha/common')
-rw-r--r--sys/boot/alpha/common/Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/alpha/common/Makefile.common b/sys/boot/alpha/common/Makefile.common
index 16ce249..8ba498a 100644
--- a/sys/boot/alpha/common/Makefile.common
+++ b/sys/boot/alpha/common/Makefile.common
@@ -6,6 +6,9 @@
# Alpha-specific bootstrap sources
SRCS+= main.c conf.c
+.if ${BASE} == netboot
+SRCS+= dev_net.c
+.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common
OpenPOWER on IntegriCloud