Build the new memory detection stuff.

This commit is contained in:
drochner 1997-08-14 15:40:28 +00:00
parent 26f8c5bd65
commit c4af2e3042
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1997/04/13 18:44:40 perry Exp $
# $NetBSD: Makefile,v 1.4 1997/08/14 15:40:28 drochner Exp $
S?= ${.CURDIR}/../../../../
@ -16,7 +16,8 @@ CPPFLAGS= -I$S/lib/libsa ${I386CPPFLAGS} ${I386MISCCPPFLAGS}
#CPPFLAGS+= -DSAVE_MEMORY
SRCS= pcio.c conio.S comio.S
SRCS+= getsecs.c biosgetrtc.S biosdelay.S biosmem.S biosreboot.S gatea20.c
SRCS+= getsecs.c biosgetrtc.S biosdelay.S biosreboot.S gatea20.c
SRCS+= biosmem.S getextmemx.c biosmemx.S
SRCS+= pread.c
SRCS+= exec.c startprog.S netbsd_opts.c panic.c
.if (${I386_INCLUDE_DISK} == "yes")