Added .if ${MACHINE} == "i386" section to do install of boot blocks, all

standard tools, copies of include files, and sendmail.
This commit is contained in:
Rodney W. Grimes 1993-07-20 16:04:11 +00:00
parent 3b1dcbdd1a
commit 242029ec9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168

View File

@ -88,6 +88,13 @@ distribution: distrib-dirs
(cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
${DESTDIR}/)
.endif
.if ${MACHINE} == "i386"
(cd ../sys.386bsd/i386/boot; make depend all install; \
cd /usr/mdec; find . | cpio -pdalmuv ${DESTDIR}/usr/mdec)
(cd ..; make install)
(cd ../include; make copies)
(cd ../usr.sbin/sendmail; make install)
.endif
hcx9-distribution:
(cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \