diff options
author | grr <grr@cvs.openbsd.org> | 1997-06-09 09:45:38 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-06-09 09:45:38 +0000 |
commit | 6b5f145d80cb1e2e90d727b15ae722e2f9bfc9bc (patch) | |
tree | 7bd7a847a9c3699019f1d009749974b757b90b21 | |
parent | 3546f3648cc173ad11f79823c29958c0a55acafa (diff) |
make distribution: dependent on what it tries to install
-rw-r--r-- | usr.sbin/sendmail/cf/cf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile index da26dff6256..88624e91e2d 100644 --- a/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1997/05/29 00:18:12 mickey Exp $ +# $OpenBSD: Makefile,v 1.12 1997/06/09 09:45:37 grr Exp $ # @(#)Makefile 8.19 (Berkeley) 1/14/97 # @@ -35,7 +35,7 @@ clean cleandir: depend install: -distribution: +distribution: openbsd-proto.cf ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 444 openbsd-proto.cf \ ${DESTDIR}/etc/sendmail.cf |