Install ${DESTDIR}/boot.help during `make distribution'.

PR: 6063
Submitted by: Doug <Studded@dal.net>
This commit is contained in:
Joseph Koshy 1998-05-27 12:13:18 +00:00
parent e44af4db8d
commit dce52a9c00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36415
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.164 1998/05/07 23:42:24 ache Exp $
# $Id: Makefile,v 1.165 1998/05/16 21:28:14 jb Exp $
# -rw-r--r--
BINOWN= root
@ -61,6 +61,7 @@ distribution:
( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
( cd ${.CURDIR}/../usr.sbin/sendmail/cf/cf; ${MAKE} etc-sendmail.cf ); \
( cd ${.CURDIR}/../sys/i386/boot/biosboot; ${MAKE} install-boothelp ); \
pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev )

View File

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