From ec2bb32a216f1a0f4d0c34bf5e738bc2676c798f Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 17 Jul 1997 23:20:25 +0000 Subject: proper variable handling add apm_init.S --- sys/arch/i386/stand/libsa/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index 85fb562f137..9cf9e601bdc 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1997/06/23 23:45:17 kstailey Exp $ +# $OpenBSD: Makefile,v 1.14 1997/07/17 23:20:24 mickey Exp $ LIB= sa @@ -8,17 +8,14 @@ SADIR=${.CURDIR}/.. DIR_SA= $S/lib/libsa DIR_KERN=$S/lib/libkern -CFLAGS+=$(SACFLAGS) -D__INTERNAL_LIBSA_CREAD -CFLAGS+=-DSTART=$(START) -DHEAP_LIMIT=$(HEAP_LIMIT) -CFLAGS+=${DEBUGFLAGS} -I${.CURDIR} -I${.CURDIR}/.. -CFLAGS+=-I$(S)/lib/libsa -I$(S) -AS+= -R -#AS+= -Wa,-a +#AS=cat ; +#AS+= -R +#AS+= -a # i386 stuff (so, it will possibly load in the same 64k) SRCS= unixsys.S bioscom.S biosdisk.S bioskbd.S biostime.S biosmem.S gidt.S \ debug_i386.S dev_i386.c exec_i386.c biosdev.c gateA20.c memprobe.c \ - time.c alloca.S + time.c alloca.S apm_init.S # kentry.c machdep.c # stand routines SRCS+= alloc.c exit.c exec.c getfile.c gets.c globals.c strcmp.c strlen.c \ @@ -52,9 +49,12 @@ all: machine-links ${SALIB} machine-links: @rm -f machine i386 - @ln -s ${S}/arch/i386 i386 - @ln -s ${S}/arch/i386/include machine + @ln -s ${.CURDIR}/../.. i386 + @ln -s ${.CURDIR}/../../include machine install: .include + +CPPFLAGS+=-DSTART=${START} -DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} +CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -- cgit v1.2.3