Deleted Added
sdiff udiff text old ( 38789 ) new ( 39178 )
full compact
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
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