Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/gnu/usr.sbin/sendmail/cf/cf Pull up revisions 1.16-1.17...



details:   https://anonhg.NetBSD.org/src/rev/5029a38933fe
branches:  netbsd-1-5
changeset: 492808:5029a38933fe
user:      he <he%NetBSD.org@localhost>
date:      Wed Feb 20 23:15:50 2002 +0000

description:
Pull up revisions 1.16-1.17 (requested by itojun):
  Upgrade sendmail to version 8.11.6.

diffstat:

 gnu/usr.sbin/sendmail/cf/cf/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 07e2edb23809 -r 5029a38933fe gnu/usr.sbin/sendmail/cf/cf/Makefile
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile      Wed Feb 20 23:14:50 2002 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile      Wed Feb 20 23:15:50 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6.2.3 2001/03/09 18:01:52 he Exp $
+#      $NetBSD: Makefile,v 1.6.2.4 2002/02/20 23:15:50 he Exp $
 #      install these sources in /usr/share/sendmail/cf
 
 DIST=          ${.CURDIR}/../../../../dist
@@ -14,7 +14,7 @@
 CFDIR?=                ${DIST}/sendmail/cf
 .endif
 CHMOD=         chmod
-M4=            m4
+M4?=           m4
 ROMODE=                444
 RM=            rm -f
 
@@ -44,7 +44,7 @@
 realdepend:
 
 distribution: netbsd-proto.cf
-       ${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 444 \
+       ${INSTALL_FILE} -o root -g wheel -m 444 \
            netbsd-proto.cf ${DESTDIR}/etc/mail/sendmail.cf
 
 # this is overkill, but....



Home | Main Index | Thread Index | Old Index