]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/common/Makefile.inc
Initiate deorbit burn of i386 a.out kld "support" in loader. Note that
[FreeBSD/FreeBSD.git] / sys / boot / common / Makefile.inc
1 # $FreeBSD$
2
3 SRCS+=  bcache.c boot.c commands.c console.c devopen.c interp.c 
4 SRCS+=  interp_backslash.c interp_parse.c load_elf.c ls.c misc.c 
5 SRCS+=  module.c panic.c
6
7 .if defined(LOADER_NET_SUPPORT)
8 SRCS+=  dev_net.c
9 .endif
10
11 # Machine-independant ISA PnP
12 .if HAVE_ISABUS
13 SRCS+=  isapnp.c
14 .endif
15 .if HAVE_PNP
16 SRCS+=  pnp.c
17 .endif
18
19 # Forth interpreter
20 .if BOOT_FORTH
21 SRCS+=  interp_forth.c
22 MAN+=   ../forth/loader.conf.5
23 MAN+=   ../forth/loader.4th.8
24 .endif
25
26 MAN+=   loader.8
27