From f5284ed86d0500b99cc17d456bcee60b5ab265a5 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 25 Jul 1995 00:37:58 +0000 Subject: Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles. --- sbin/nologin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/nologin/Makefile') diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile index 5d89fff..5d2da43 100644 --- a/sbin/nologin/Makefile +++ b/sbin/nologin/Makefile @@ -5,7 +5,7 @@ MAN8= nologin.8 nologin clean depend lint tags: beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin .include -- cgit v1.1