1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1998-08-21 03:17:42 +00:00
|
|
|
|
1998-11-02 23:28:11 +00:00
|
|
|
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
|
1998-09-14 18:27:06 +00:00
|
|
|
|
|
|
|
# Machine-independant ISA PnP
|
|
|
|
.if HAVE_ISABUS
|
|
|
|
SRCS+= isapnp.c
|
|
|
|
.endif
|
|
|
|
.if HAVE_PNP
|
|
|
|
SRCS+= pnp.c
|
|
|
|
.endif
|
1998-11-04 00:29:01 +00:00
|
|
|
|
|
|
|
# Forth interpreter
|
|
|
|
.if BOOT_FORTH
|
|
|
|
SRCS+= interp_forth.c
|
2000-05-19 08:52:16 +00:00
|
|
|
MAN5+= ../forth/loader.conf.5
|
|
|
|
MAN8+= ../forth/loader.4th.8
|
1998-11-04 00:29:01 +00:00
|
|
|
.endif
|
2000-05-19 08:52:16 +00:00
|
|
|
|
|
|
|
MAN8+= loader.8
|
|
|
|
|