summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-05-27 12:13:18 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-05-27 12:13:18 +0000
commit5fb1ed9022ed241cf1e8ec58eaa782b278db3702 (patch)
tree62e526094267c05a6c4fc8bfa25ec5ee53f28b76 /sys/i386/boot/biosboot/Makefile
parenteaddbc626798374a41e5746660143d76e778bc2c (diff)
downloadFreeBSD-src-5fb1ed9022ed241cf1e8ec58eaa782b278db3702.zip
FreeBSD-src-5fb1ed9022ed241cf1e8ec58eaa782b278db3702.tar.gz
Install ${DESTDIR}/boot.help during `make distribution'.
PR: 6063 Submitted by: Doug <Studded@dal.net>
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index c0e291b..a8a7384 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.62 1998/02/15 21:38:17 eivind Exp $
+# $Id: Makefile,v 1.63 1998/03/07 10:48:07 eivind Exp $
#
PROG= boot
@@ -98,5 +98,9 @@ install:
ln -s boot2 boot$${i} ; ) \
done
+install-boothelp:
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
+ ${.CURDIR}/boot.help ${DESTDIR}/
+
.include <bsd.kern.mk>
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud