summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-25 18:25:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-25 18:25:37 +0000
commitfd3cd56c5876d53b6c02e5b0821c0039831c6b6d (patch)
tree3d877f0b245dd0e07d6c535cd77daf7b8459efe5 /sys/arch/zaurus/stand
parent98824d13d14295a8c20e3c51cd80ca8e90e5c383 (diff)
libkern, begone. Move to a new mechanism where config(8)'s "file"
directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner..
Diffstat (limited to 'sys/arch/zaurus/stand')
-rw-r--r--sys/arch/zaurus/stand/zboot/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/zaurus/stand/zboot/Makefile b/sys/arch/zaurus/stand/zboot/Makefile
index e8a56816e84..de807b3e8d7 100644
--- a/sys/arch/zaurus/stand/zboot/Makefile
+++ b/sys/arch/zaurus/stand/zboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2006/10/30 18:28:57 jmc Exp $
+# $OpenBSD: Makefile,v 1.8 2007/11/25 18:25:33 deraadt Exp $
MAN= boot.8
MANSUBDIR=zaurus
@@ -28,7 +28,7 @@ SRCS+= close.c closeall.c cons.c ctime.c disklabel.c dkcksum.c fstat.c \
lseek.c memcmp.c memcpy.c memset.c open.c printf.c read.c \
readdir.c snprintf.c stat.c strerror.c strtol.c ufs.c
-# libkern
+.PATH: ${S}/lib/libkern/arch/arm ${S}/lib/libkern
SRCS+= strcmp.c strlcpy.c strlen.c strncmp.c strncpy.c write.c \
ashrdi3.c divsi3.S
@@ -38,8 +38,6 @@ SRCS+= alloc.c cmd.c devopen.c diskprobe.c exec.c exit.c loadfile.c \
.PATH: ${S}/stand/boot
.PATH: ${S}/lib/libsa
-.PATH: ${S}/lib/libkern
-.PATH: ${S}/lib/libkern/arch/arm
.else
NOPROG=