summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-21 10:02:12 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-21 10:02:12 +0000
commitca43aba394c3633bb3f02c9b89df7495e6db5e89 (patch)
tree67137dea79b93e7fe854e5c58be2044181e798cc /sys/arch/i386/stand/libsa/Makefile
parent572cbf65df19540fed3718f8771b519637279d55 (diff)
/boot engine is in sys/stand/boot/ now (;
use it, reuse it, i can't imagine any brokenness ...
Diffstat (limited to 'sys/arch/i386/stand/libsa/Makefile')
-rw-r--r--sys/arch/i386/stand/libsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile
index e84d626c0cd..a1d5a8c9dd1 100644
--- a/sys/arch/i386/stand/libsa/Makefile
+++ b/sys/arch/i386/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.25 1997/09/02 20:58:15 mickey Exp $
+# $OpenBSD: Makefile,v 1.26 1997/09/21 10:02:08 mickey Exp $
LIB= sa
@@ -57,5 +57,5 @@ install:
.include <bsd.lib.mk>
CPPFLAGS+=-DLINKADDR=${LINKADDR} -DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS}
-CPPFLAGS+=-I${.CURDIR}/../boot
+CPPFLAGS+=-I${S}/stand/boot
CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD