freebsd-src/sys/boot/common/Makefile.inc

13 lines
310 B
PHP
Raw Normal View History

# $Id: Makefile.inc,v 1.5 1998/09/14 18:27:04 msmith Exp $
SRCS+= boot.c commands.c console.c devopen.c interp.c interp_backslash.c
SRCS+= interp_parse.c load_aout.c load_elf.c ls.c misc.c module.c panic.c
# Machine-independant ISA PnP
.if HAVE_ISABUS
SRCS+= isapnp.c
.endif
.if HAVE_PNP
SRCS+= pnp.c
.endif