mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
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:
parent
3b1dcbdd1a
commit
242029ec9e
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user