Add net device to netboot.

This commit is contained in:
Doug Rabson 1999-10-09 12:29:42 +00:00
parent a51c074b64
commit 622b8a671c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52057

View File

@ -6,6 +6,9 @@
# Alpha-specific bootstrap sources # Alpha-specific bootstrap sources
SRCS+= main.c conf.c SRCS+= main.c conf.c
.if ${BASE} == netboot
SRCS+= dev_net.c
.endif
# Always add MI sources # Always add MI sources
.PATH: ${.CURDIR}/../../common .PATH: ${.CURDIR}/../../common