aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-09 18:39:50 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-09 18:39:50 +0000
commit94f07b5b724870acbfeb6e0449437fa9769d503b (patch)
tree3277d941cedd9298f0e6dafb0149f67872e6b6cb /etc
parent1ce6e340458369f379ba78ee97645b03550c4967 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 0193abe94f46..d32353c5fb9c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -95,13 +95,13 @@ distribution: distrib-dirs
.if ${MACHINE} == "i386"
(cd ../sys/i386/boot; make depend all install cleandir; \
cd /usr/mdec; find . | cpio -pdalmuv ${DESTDIR}/usr/mdec)
- (cd ../include; make copies)
(cd ../usr.sbin/sendmail/src; make install; \
cd ../cf/cf; make tcpproto.cf; \
install -o root -g wheel -m 644 tcpproto.cf \
${DESTDIR}/etc/sendmail.cf)
(cd ../; install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
(cd ..; make install)
+ (cd ../include; make copies)
.endif
hcx9-distribution: