summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-15 03:59:19 +0000
committerphk <phk@FreeBSD.org>1994-10-15 03:59:19 +0000
commita022f22e6b84ead996a274e453e71e126da3bb12 (patch)
treea1888751adf8d7aa10de45dac0f1ea4c3bf476a4 /sys/i386/boot/Makefile
parentc4b061eaa06fb72d21f527dc4630afc12060b987 (diff)
downloadFreeBSD-src-a022f22e6b84ead996a274e453e71e126da3bb12.zip
FreeBSD-src-a022f22e6b84ead996a274e453e71e126da3bb12.tar.gz
$DESTDIR missing...
Diffstat (limited to 'sys/i386/boot/Makefile')
-rw-r--r--sys/i386/boot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index 036f0d9..b1474f9 100644
--- a/sys/i386/boot/Makefile
+++ b/sys/i386/boot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 1994/10/06 09:40:58 rgrimes Exp $
+# $Id: Makefile,v 1.19 1994/10/07 05:36:01 ache Exp $
#
PROG= boot
@@ -50,8 +50,8 @@ all: boot1 boot2
beforeinstall:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
- boot1 ${BINDIR}/sdboot
+ boot1 ${DESTDIR}/${BINDIR}/sdboot
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
- boot2 ${BINDIR}/bootsd
+ boot2 ${DESTDIR}/${BINDIR}/bootsd
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud