aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2000-11-10 06:39:58 +0000
committerBenno Rice <benno@FreeBSD.org>2000-11-10 06:39:58 +0000
commit4cc1860f9b3e4aff5cc8b4b9b7192bc7afec9454 (patch)
tree67679a4c54c7458a53bb215f385d7a17f916ce5a /sys/boot/common
parentf1fb6c2132f09c819728d6e1dd79f7f265245559 (diff)
Notes
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc
index bb7fafc05ca9..42827706fc69 100644
--- a/sys/boot/common/Makefile.inc
+++ b/sys/boot/common/Makefile.inc
@@ -4,6 +4,10 @@ SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c
SRCS+= interp_backslash.c interp_parse.c load_aout.c load_elf.c ls.c misc.c
SRCS+= module.c panic.c
+.if defined(LOADER_NET_SUPPORT)
+SRCS+= dev_net.c
+.endif
+
# Machine-independant ISA PnP
.if HAVE_ISABUS
SRCS+= isapnp.c