summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-12-18 01:20:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-12-18 01:20:42 +0000
commit14564565730f3c2366d92bcb8207d27736b3c774 (patch)
tree2ee93db1b2080a89f9fe7a49d441de33902ee561
parente794c0340faff67a3afd6a6962ab151a0fd3402a (diff)
make boot.lif use GENERIC
-rw-r--r--sys/arch/hppa/stand/boot/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile
index 8ea8d29d939..c8e9e8d09b4 100644
--- a/sys/arch/hppa/stand/boot/Makefile
+++ b/sys/arch/hppa/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2002/10/24 19:27:15 mickey Exp $
+# $OpenBSD: Makefile,v 1.12 2002/12/18 01:20:41 deraadt Exp $
MAN= boot.8
MANSUBDIR=/hppa
@@ -23,16 +23,15 @@ DPADD= ${LIBSA} ${LIBZ} ${LIBKERN}
all: boot.lif
-# enable this when SHEPHERD dies
#.if exists(${.CURDIR}/../../compile/DISKLESS/bsd)
#bsd: ${.CURDIR}/../../compile/DISKLESS/bsd
# gzip -9 -c ${.CURDIR}/../../compile/DISKLESS/bsd > bsd
#ADDBOOT+=bsd
#.endif
-.if exists(${.CURDIR}/../../compile/SHEPHERD_PIE/bsd)
-bsd: ${.CURDIR}/../../compile/SHEPHERD_PIE/bsd
- gzip -9 -c ${.CURDIR}/../../compile/SHEPHERD_PIE/bsd > bsd
+.if exists(${.CURDIR}/../../compile/GENERIC/bsd)
+bsd: ${.CURDIR}/../../compile/GENERIC_PIE/bsd
+ gzip -9 -c ${.CURDIR}/../../compile/GENERIC/bsd > bsd
ADDBOOT+=bsd
.endif