summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/stand/boot/Makefile')
-rw-r--r--sys/arch/hppa/stand/boot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile
index 4070535343a..f8eec0bbe11 100644
--- a/sys/arch/hppa/stand/boot/Makefile
+++ b/sys/arch/hppa/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2003/01/27 23:56:44 miod Exp $
+# $OpenBSD: Makefile,v 1.17 2003/03/28 22:40:47 mickey Exp $
MAN= boot.8
MANSUBDIR=/hppa
@@ -14,7 +14,7 @@ LDFLAGS+=-Bstatic -nostartfiles -nostdlib -N -Ttext $(LINKADDR)
LDFLAGS+=-T ${.CURDIR}/ld.script -Map boot.map
SIZE?= size
STRIP?= strip
-SADIR= ${.CURDIR}/..
+STANDIR=${.CURDIR}/..
CRTBEGIN=
CRTEND=
LINKS= ${BINDIR}/boot.lif ${BINDIR}/sdboot \
@@ -30,6 +30,8 @@ all: boot.lif
realinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ boot ${DESTDIR}${BINDIR}
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
boot.lif ${DESTDIR}${BINDIR}
# probably we should check for 256k limit for ISL