Sync with sys/i386/boot/biosboot/Makefile revision 1.64.

This commit is contained in:
KATO Takenori 1998-05-28 13:46:04 +00:00
parent 215c9a37c5
commit c0d4448d22

View File

@ -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>