diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-28 10:01:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-28 10:01:13 +0000 |
commit | 9d1dc7bd360188f7efa3853c26c569f104f8dee6 (patch) | |
tree | c60442b4161904d02acada26c29db272ffde893f /etc/Makefile | |
parent | 22fa71a86979ef09fdde050533f98468b9d16a1a (diff) |
install mail.rc at distribution time; bug found by explorer@flame.org
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index cb5225e5d8f..592dec32447 100644 --- a/etc/Makefile +++ b/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) |