summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorenami <enami@NetBSD.org>2000-07-05 03:30:07 +0000
committerenami <enami@NetBSD.org>2000-07-05 03:30:07 +0000
commit7316fa55addedafff175a4dba26636f29ad3a6d0 (patch)
tree6c2a681b71e095d00574b6c346949845811f615f /gnu
parentb8df94bd38a27ef4a7d030f27e2d067c93838781 (diff)
Pass ${INSTPRIV} to ${INSTALL}.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/sendmail/cf/cf/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile
index 190ec327caa..6fe4e5f1d06 100644
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile
@@ -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 @@ clean cleandir distclean:
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 \