Deleted Added
full compact
Makefile.inc (38789) Makefile.inc (39178)
1# $Id: Makefile.inc,v 1.3 1998/09/01 00:41:24 msmith Exp $
1# $Id: Makefile.inc,v 1.4 1998/09/04 02:43:26 msmith Exp $
2
3SRCS+= boot.c commands.c console.c devopen.c interp.c interp_backslash.c
2
3SRCS+= boot.c commands.c console.c devopen.c interp.c interp_backslash.c
4SRCS+= interp_parse.c load_aout.c ls.c misc.c module.c panic.c # pnp.c
4SRCS+= interp_parse.c load_aout.c ls.c misc.c module.c panic.c
5
6# Machine-independant ISA PnP
7.if HAVE_ISABUS
8SRCS+= isapnp.c
9.endif
10.if HAVE_PNP
11SRCS+= pnp.c
12.endif