diff options
author | 2000-06-18 03:13:08 +0000 | |
---|---|---|
committer | 2000-06-18 03:13:08 +0000 | |
commit | b8b6f90cab2fa6de87a03d3496515cd6697419d6 (patch) | |
tree | 6d35a3f30c122e5a63b924a449ef1110d5a6f5c7 | |
parent | Point out that the callbacks are responsible for setting the appropriate (diff) | |
download | wireguard-openbsd-b8b6f90cab2fa6de87a03d3496515cd6697419d6.tar.xz wireguard-openbsd-b8b6f90cab2fa6de87a03d3496515cd6697419d6.zip |
typo
-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 \ |