back out last change, /etc/aliases.db now auto-rebuilt by default sendmail.cf

This commit is contained in:
mikel 1997-12-22 05:58:58 +00:00
parent 1f38aba134
commit 1895ff2657
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,6 @@
./.profile
./dev/MAKEDEV.local
./etc/aliases
./etc/aliases.db
./etc/bootptab
./etc/changelist
./etc/csh.cshrc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.85 1997/12/18 06:31:33 mikel Exp $
# $NetBSD: Makefile,v 1.86 1997/12/22 05:58:58 mikel Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
TZDIR= /usr/share/zoneinfo
@ -50,7 +50,6 @@ distribution: distrib-dirs
(cd ..; ${MAKE} includes)
(cd ..; ${MAKE} install)
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
sendmail -bi -oA${DESTDIR}/etc/aliases
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 ${BIN3} ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 crontab \