From 242029ec9ef3ebf093931d037bf29ec87db6ed67 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 20 Jul 1993 16:04:11 +0000 Subject: [PATCH] Added .if ${MACHINE} == "i386" section to do install of boot blocks, all standard tools, copies of include files, and sendmail. --- etc/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/Makefile b/etc/Makefile index 5fa85a271b10..fc6866c860ac 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} \