summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-07-20 16:04:11 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-07-20 16:04:11 +0000
commit4423b4964884dceb5e7a102da026de5ccad19010 (patch)
treeb2eb6dd559ca9237168a060515ec351e36c9cf6c /etc
parentde2d96d0e4ec19c64e9807077bbb62e91183ad03 (diff)
downloadFreeBSD-src-4423b4964884dceb5e7a102da026de5ccad19010.zip
FreeBSD-src-4423b4964884dceb5e7a102da026de5ccad19010.tar.gz
Added .if ${MACHINE} == "i386" section to do install of boot blocks, all
standard tools, copies of include files, and sendmail.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 5fa85a2..fc6866c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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} \
OpenPOWER on IntegriCloud