Add net device to netboot.

This commit is contained in:
dfr 1999-10-09 12:29:42 +00:00
parent 457427e263
commit f4d20726f1

View File

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