Deleted Added
full compact
Makefile.inc (50477) Makefile.inc (60704)
1# $FreeBSD: head/sys/boot/common/Makefile.inc 50477 1999-08-28 01:08:13Z peter $
1# $FreeBSD: head/sys/boot/common/Makefile.inc 60704 2000-05-19 08:52:16Z dcs $
2
3SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c
4SRCS+= interp_backslash.c interp_parse.c load_aout.c load_elf.c ls.c misc.c
5SRCS+= module.c panic.c
6
7# Machine-independant ISA PnP
8.if HAVE_ISABUS
9SRCS+= isapnp.c
10.endif
11.if HAVE_PNP
12SRCS+= pnp.c
13.endif
14
15# Forth interpreter
16.if BOOT_FORTH
17SRCS+= interp_forth.c
2
3SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c
4SRCS+= interp_backslash.c interp_parse.c load_aout.c load_elf.c ls.c misc.c
5SRCS+= module.c panic.c
6
7# Machine-independant ISA PnP
8.if HAVE_ISABUS
9SRCS+= isapnp.c
10.endif
11.if HAVE_PNP
12SRCS+= pnp.c
13.endif
14
15# Forth interpreter
16.if BOOT_FORTH
17SRCS+= interp_forth.c
18MAN5+= ../forth/loader.conf.5
19MAN8+= ../forth/loader.4th.8
18.endif
20.endif
21
22MAN8+= loader.8
23