No longer install outdated boot.help file.

This commit is contained in:
Robert Nordier 1999-01-10 21:08:26 +00:00
parent f414995e5c
commit 82a2981241
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42494

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.184 1998/12/14 02:01:22 dillon Exp $
# $Id: Makefile,v 1.185 1999/01/10 14:30:41 hm Exp $
SUBDIR= sendmail
@ -62,7 +62,6 @@ distribution:
( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
( cd ${.CURDIR}/sendmail; ${MAKE} etc-sendmail.cf ); \
( cd ${.CURDIR}/isdn; ${MAKE} install );\
( 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_ARCH}/MAKEDEV ${DESTDIR}/dev )