From owner-freebsd-commit Sun Aug 6 05:26:17 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA13608 for commit-outgoing; Sun, 6 Aug 1995 05:26:17 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA13519 for cvs-usrsbin-outgoing; Sun, 6 Aug 1995 05:24:52 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA13506 ; Sun, 6 Aug 1995 05:24:41 -0700 Date: Sun, 6 Aug 1995 05:24:41 -0700 From: Bruce Evans Message-Id: <199508061224.FAA13506@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src Makefile Makefile.FreeBSD Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/08/06 05:24:40 Modified: etc Makefile gnu/include Makefile gnu/lib/libdialog Makefile gnu/lib/libg++ Makefile gnu/lib/libreadline Makefile gnu/lib/libregex Makefile include Makefile include/rpcsvc Makefile lib/csu/i386 Makefile lib/libc Makefile lib/libcom_err Makefile lib/libcurses Makefile lib/libforms Makefile lib/libmd Makefile lib/libscsi Makefile lib/libskey Makefile lib/libss Makefile lib/libtermcap Makefile libexec/rbootd Makefile usr.sbin/pkg_manage Makefile usr.sbin/sendmail/src Makefile Makefile.FreeBSD Log: 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.