Source-Changes-HG archive

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

[src/trunk]: src Pass ${INSTPRIV} to ${INSTALL}.



details:   https://anonhg.NetBSD.org/src/rev/415b3c65a913
branches:  trunk
changeset: 494289:415b3c65a913
user:      enami <enami%NetBSD.org@localhost>
date:      Wed Jul 05 03:30:07 2000 +0000

description:
Pass ${INSTPRIV} to ${INSTALL}.

diffstat:

 gnu/usr.sbin/sendmail/cf/cf/Makefile |  10 +++++-----
 usr.bin/mail/Makefile                |   4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 5dcb98e01c5a -r 415b3c65a913 gnu/usr.sbin/sendmail/cf/cf/Makefile
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile      Wed Jul 05 03:11:42 2000 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile      Wed Jul 05 03:30:07 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2000/07/05 03:11:42 enami Exp $
+#      $NetBSD: Makefile,v 1.9 2000/07/05 03:30:08 enami Exp $
 #      install these sources in /usr/share/sendmail/cf
 
 DIST=          ${.CURDIR}/../../../../dist
@@ -42,10 +42,10 @@
 realdepend:
 
 distribution: netbsd-proto.cf
-       ${INSTALL} -c -o root -g wheel -m 444 netbsd-proto.cf \
-           ${DESTDIR}/etc/mail/sendmail.cf
-       ${INSTALL} -c -o root -g wheel -m 444 netbsd-proto-IPv4only.cf \
-           ${DESTDIR}/etc/mail/sendmail-IPv4only.cf
+       ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 444 \
+           netbsd-proto.cf ${DESTDIR}/etc/mail/sendmail.cf
+       ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 444 \
+           netbsd-proto-IPv4only.cf ${DESTDIR}/etc/mail/sendmail-IPv4only.cf
 
 # this is overkill, but....
 M4FILES=       ${CFDIR}/domain/Berkeley.EDU.m4 \
diff -r 5dcb98e01c5a -r 415b3c65a913 usr.bin/mail/Makefile
--- a/usr.bin/mail/Makefile     Wed Jul 05 03:11:42 2000 +0000
+++ b/usr.bin/mail/Makefile     Wed Jul 05 03:30:07 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 1999/02/13 02:54:55 lukem Exp $
+#      $NetBSD: Makefile,v 1.16 2000/07/05 03:30:07 enami Exp $
 #      @(#)Makefile    8.3 (Berkeley) 4/20/95
 
 .include <bsd.own.mk>
@@ -21,7 +21,7 @@
 .endif
 
 distribution:
-       cd ${.CURDIR}/misc; ${INSTALL} -c -o root -g wheel \
+       cd ${.CURDIR}/misc; ${INSTALL} ${INSTPRIV} -c -o root -g wheel \
            -m 644 ${EFILES} ${DESTDIR}/etc
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index