From 43ff17fdbb35ea1b537851e15e3f772fa6592494 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 28 Jul 1997 10:01:11 +0000 Subject: [PATCH] install mail.rc at distribution time; bug found by explorer@flame.org --- src/etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index cb5225e5..592dec32 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 1997/07/27 23:35:38 downsj Exp $ +# $OpenBSD: Makefile,v 1.64 1997/07/28 10:01:11 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -170,6 +170,7 @@ distribution-etc-root-var: distrib-dirs .endif (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution) (cd ../usr.sbin/ypserv/ypinit; ${MAKE} distribution) + (cd ../usr.bin/mail; ${MAKE} distribution) distribution: distribution-etc-root-var (cd ..; ${MAKE} install)