summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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