summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
committerbde <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
commit6579f34131bcc90bb095184a1ab0c491ba0b59b5 (patch)
tree654fdd1b68d3f3b66fa5852885ab296a298270bf /usr.sbin/sendmail
parentd37f4ba3bc52c05290e132d2ec3d080bdb31c9fd (diff)
downloadFreeBSD-src-6579f34131bcc90bb095184a1ab0c491ba0b59b5.zip
FreeBSD-src-6579f34131bcc90bb095184a1ab0c491ba0b59b5.tar.gz
Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/src/Makefile2
-rw-r--r--usr.sbin/sendmail/src/Makefile.FreeBSD2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/Makefile b/usr.sbin/sendmail/src/Makefile
index 4cc876a..6295846 100644
--- a/usr.sbin/sendmail/src/Makefile
+++ b/usr.sbin/sendmail/src/Makefile
@@ -32,7 +32,7 @@ BINGRP= kmem
BINMODE=6555
beforeinstall:
-# install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
+# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
# ${DESTDIR}/etc/sendmail.fc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/sendmail.st
diff --git a/usr.sbin/sendmail/src/Makefile.FreeBSD b/usr.sbin/sendmail/src/Makefile.FreeBSD
index 69a8db2..242c805 100644
--- a/usr.sbin/sendmail/src/Makefile.FreeBSD
+++ b/usr.sbin/sendmail/src/Makefile.FreeBSD
@@ -40,7 +40,7 @@ BINGRP= kmem
BINMODE=6555
beforeinstall:
-# install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
+# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
# ${DESTDIR}/etc/sendmail.fc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/sendmail.st
OpenPOWER on IntegriCloud