# $FreeBSD: src/sys/boot/common/Makefile.inc,v 1.9.2.2 2001/04/25 11:24:01 ru Exp $ # $DragonFly: src/sys/boot/common/Makefile.inc,v 1.2 2003/06/17 04:28:16 dillon Exp $ 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 # Machine-independant ISA PnP .if HAVE_ISABUS SRCS+= isapnp.c .endif .if HAVE_PNP SRCS+= pnp.c .endif # Forth interpreter .if BOOT_FORTH SRCS+= interp_forth.c MAN+= ../forth/loader.conf.5 MAN+= ../forth/loader.4th.8 .endif MAN+= loader.8