summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorroot <root@FreeBSD.org>1993-08-03 17:42:35 +0000
committerroot <root@FreeBSD.org>1993-08-03 17:42:35 +0000
commit890b0989846e4e701dba2daac17225d80c478326 (patch)
treedcd4710f2453621717002e3db4bdbbe2202edec9 /etc
parent4abfaa5d8d408188254aa96ea65b3ebd1ee16236 (diff)
downloadFreeBSD-src-890b0989846e4e701dba2daac17225d80c478326.zip
FreeBSD-src-890b0989846e4e701dba2daac17225d80c478326.tar.gz
Added install of /var/cron/log.
Made it clean up in /sys/i386/boot after building and installing the boot blocks. Moved the cd ..; make install to be after the special case stuff for sendmail. Added the installation of tcpproto.cf as /etc/sendmail.cf
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b516ea1..bafb234 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -34,9 +34,10 @@ distribution: distrib-dirs
install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc
install -c -o root -g wheel -m 755 ${BIN3} ${DESTDIR}/etc
install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root
+ install -c -o root -g wheel -m 600 /dev/null ${DESTDIR}/var/cron/log
install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
#
- # This is broken, it always does /etc. It IGNORES the $DESTDIR for
+ # This is broken, it always does /etc. It IGNORES the ${DESTDIR} for
# where to write the spwd.db pwd.db files.
#(cd ${DESTDIR}/etc; pwd_mkdb -p master.passwd)
#
@@ -89,11 +90,14 @@ distribution: distrib-dirs
${DESTDIR}/)
.endif
.if ${MACHINE} == "i386"
- (cd ../sys/i386/boot; make depend all install; \
+ (cd ../sys/i386/boot; make depend all install cleandir; \
cd /usr/mdec; find . | cpio -pdalmuv ${DESTDIR}/usr/mdec)
- (cd ..; make install)
(cd ../include; make copies)
- (cd ../usr.sbin/sendmail/src; make install)
+ (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 ..; make install)
.endif
hcx9-distribution:
@@ -101,7 +105,7 @@ hcx9-distribution:
${DESTDIR}/)
distrib-dirs:
- mtree -du -f mtree/BSD.root.dist -p ${DESTDIR}
+ mtree -u -f mtree/BSD.root.dist -p ${DESTDIR}/
mtree -u -f mtree/BSD.var.dist -p ${DESTDIR}/var
mtree -u -f mtree/BSD.usr.dist -p ${DESTDIR}/usr
(cd ${DESTDIR}; rm -f ${DESTDIR}/sys; \
OpenPOWER on IntegriCloud