1998-09-30 19:38:26 +00:00
|
|
|
# $Id: Makefile.inc,v 1.5 1998/09/14 18:27:04 msmith Exp $
|
1998-08-21 03:17:42 +00:00
|
|
|
|
1998-09-01 00:41:24 +00:00
|
|
|
SRCS+= boot.c commands.c console.c devopen.c interp.c interp_backslash.c
|
1998-09-30 19:38:26 +00:00
|
|
|
SRCS+= interp_parse.c load_aout.c load_elf.c ls.c misc.c 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
|