From d4d5b80285be5c57041659ac01d6687a513737f6 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 3 Sep 1997 23:44:07 +0000 Subject: [PATCH] build a aliases.db file into the distribution --- src/etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 592dec32..92a7987c 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.64 1997/07/28 10:01:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.65 1997/09/03 23:44:07 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -50,6 +50,7 @@ distribution-etc-root-var distribution distrib-dirs release snapshot: .else distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc + /usr/sbin/sendmail -bi -O AliasFile=${DESTDIR}/etc/aliases cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \ chown ${BINOWN} ${DESTDIR}/etc/ttys && \ chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \