diff options
-rw-r--r-- | usr.sbin/sendmail/cf/cf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile index be95b33a16a..9b37b499cd7 100644 --- a/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 1998/07/12 19:41:16 millert Exp $ +# $OpenBSD: Makefile,v 1.17 1998/07/13 11:55:00 deraadt Exp $ # # Makefile for configuration files. # @@ -37,6 +37,10 @@ clean cleandir: depend install: +distribution: openbsd-proto.cf + ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-proto.cf \ + ${DESTDIR}/etc/sendmail.cf + # this is overkill, but.... M4FILES=\ ${CFDIR}/domain/Berkeley.EDU.m4 \ |