diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-13 11:55:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-13 11:55:01 +0000 |
commit | 491b83a5b4aadce744136426cf4cf1c90b3d0950 (patch) | |
tree | 912f44e2954f989ca89cd6870d51209bc06ca4e0 | |
parent | 89aa524769959d480ec0943d7e603b1637fbae32 (diff) |
add back distribution tag
-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 \ |