Makefile.inc revision 50477
1# $FreeBSD: head/sys/boot/common/Makefile.inc 50477 1999-08-28 01:08:13Z peter $
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
18.endif
19