summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-22 10:53:29 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-22 10:53:29 +0000
commitbbaabafa0cc9a871384a38bfa32029e7bd745ff2 (patch)
treefb3e540a9b24708063e5922d2fdeb32a233902a8 /sys
parentfb5cb3493b65c605044e480f8b88314c535765cb (diff)
Make it work correctly with our make. (including install).
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/stand/bootblk/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/sparc64/stand/bootblk/Makefile b/sys/arch/sparc64/stand/bootblk/Makefile
index fcdf35daafb..c8b1ed948a1 100644
--- a/sys/arch/sparc64/stand/bootblk/Makefile
+++ b/sys/arch/sparc64/stand/bootblk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/08/22 06:43:14 art Exp $
+# $OpenBSD: Makefile,v 1.3 2001/08/22 10:53:28 art Exp $
# $NetBSD: Makefile,v 1.1 2000/08/20 14:58:45 mrg Exp $
CURDIR= ${.CURDIR}
@@ -8,9 +8,6 @@ S= ${CURDIR}/../../../..
# Override normal settings
#
-PROG=
-SRCS= bootblk.fth
-OBJS=
CLEANFILES= assym.fth.h assym.fth.h.tmp machine sparc \
bootblk bootblk.text bootblk.text.tmp
@@ -57,6 +54,10 @@ bootblk: bootblk.fth assym.fth.h
beforedepend:
@touch .depend
+beforeinstall:
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ bootblk ${DESTDIR}/usr/mdec
+
#
# The following are if you grab the fakeboot program from the Sun website
#