diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-06-18 03:13:09 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-06-18 03:13:09 +0000 |
commit | 6e8cc763a60c02b52a56d30f0336a93523e16b23 (patch) | |
tree | a3bf3487f3d12808812ad2a22328f51a0bb7c85a /gnu/usr.sbin/sendmail/cf | |
parent | 03deada219f609b3937a7aac6d8e36aa21734812 (diff) |
typo
Diffstat (limited to 'gnu/usr.sbin/sendmail/cf')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index 5622b7b766d..0a9b4b440af 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/Makefile +++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2000/06/18 00:14:40 itojun Exp $ +# $OpenBSD: Makefile,v 1.6 2000/06/18 03:13:08 itojun Exp $ # # Makefile for configuration files. # @@ -37,7 +37,7 @@ clean cleandir: depend install: -distribution: openbsd-proto.cf openbsd-proto-IPv6.cf +distribution: openbsd-proto.cf openbsd-proto-IPv4only.cf ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-proto.cf \ ${DESTDIR}/etc/mail/sendmail.cf ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \ |