summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-07-10 01:56:51 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-07-10 01:56:51 +0000
commit5a04cd5f7b98e86f9152b5040a73e4d0d93f6bed (patch)
treed45d5c68b6537c998efba89ef4c8cda2881ded38 /sys/arch/powerpc
parent10e062e810f5a8d63baa804bd24fc91ece8fc1cd (diff)
Unbreak commit to use memset.c instead of bzero.c
Suspect that this is really broken code in libkern/arch/powerpc/Makefile.inc
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/conf/Makefile.powerpc11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/arch/powerpc/conf/Makefile.powerpc b/sys/arch/powerpc/conf/Makefile.powerpc
index 32cc55ab52a..06dc495cb4c 100644
--- a/sys/arch/powerpc/conf/Makefile.powerpc
+++ b/sys/arch/powerpc/conf/Makefile.powerpc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.powerpc,v 1.9 2000/10/20 20:54:26 deraadt Exp $
+# $OpenBSD: Makefile.powerpc,v 1.10 2001/07/10 01:56:50 drahn Exp $
#
# Makefile for OpenBSD PowerPC
#
@@ -32,11 +32,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/powerpc
INCLUDES= -I. -I$S/arch -I$S -nostdinc -L${DESTDIR}/usr/include
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \