summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-05-28 13:46:04 +0000
committerkato <kato@FreeBSD.org>1998-05-28 13:46:04 +0000
commitdf952e68b4aa618d9d0ad89fe91a2f7668d88789 (patch)
treebf370fdb0f94d127a8dede4dd3448d8a54bba84d /sys
parent3e7c7f9c3c6e70b1444ffd725d66e3f0b768b241 (diff)
downloadFreeBSD-src-df952e68b4aa618d9d0ad89fe91a2f7668d88789.zip
FreeBSD-src-df952e68b4aa618d9d0ad89fe91a2f7668d88789.tar.gz
Sync with sys/i386/boot/biosboot/Makefile revision 1.64.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/boot/biosboot/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile
index c286f0e..e5a1b1f 100644
--- a/sys/pc98/boot/biosboot/Makefile
+++ b/sys/pc98/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1998/02/16 09:36:53 kato Exp $
+# $Id: Makefile,v 1.17 1998/03/07 15:47:58 kato Exp $
#
PROG= boot
@@ -101,5 +101,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