summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-18 14:06:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-18 14:06:06 +0000
commitc4309869e48d143358654c67d149bad6371a1e55 (patch)
treefe9d1707c1b3f9d14848782df6086a5332dbd2c0
parentf900d5218775a0c39ba684c085713be45c290d8b (diff)
Dammit Theo, I told you to fix the typo before commiting!
-rw-r--r--sys/arch/hppa/stand/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile
index c8e9e8d09b4..d2fad324fb4 100644
--- a/sys/arch/hppa/stand/boot/Makefile
+++ b/sys/arch/hppa/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2002/12/18 01:20:41 deraadt Exp $
+# $OpenBSD: Makefile,v 1.13 2002/12/18 14:06:05 miod Exp $
MAN= boot.8
MANSUBDIR=/hppa
@@ -30,7 +30,7 @@ all: boot.lif
#.endif
.if exists(${.CURDIR}/../../compile/GENERIC/bsd)
-bsd: ${.CURDIR}/../../compile/GENERIC_PIE/bsd
+bsd: ${.CURDIR}/../../compile/GENERIC/bsd
gzip -9 -c ${.CURDIR}/../../compile/GENERIC/bsd > bsd
ADDBOOT+=bsd
.endif