diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-21 08:49:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-21 08:49:46 +0000 |
commit | 500e9132c41915ff1cfacaab82c2f955d14548f0 (patch) | |
tree | 6d9dcbec6826d9e8fbf819a825c501ad37a2e537 /sys/arch | |
parent | 276d773358af00881c6d6d5587b7615354cc9882 (diff) |
Get libkern to compile.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvmeppc/conf/Makefile.mvmeppc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 0413c61d22a..db35fd9f8a6 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.4 2001/07/15 13:10:49 assar Exp $ +# $OpenBSD: Makefile.mvmeppc,v 1.5 2001/08/21 08:49:45 miod Exp $ # # Makefile for OpenBSD PowerPC # @@ -34,11 +34,10 @@ STRIP?= strip SIZE?= size # source tree is located via $S relative to the compilation directory -#.ifndef S -#S!= cd ../../../..; pwd -#.endif -S= ../../../.. -PPC= ../.. +.ifndef S +S!= cd ../../../..; pwd +.endif +PPC= $S/arch/mvmeppc INCLUDES= -I. -I$S/arch -I$S -nostdinc -L${DESTDIR}/usr/include CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ |