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. --- usr.sbin/spkrtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/spkrtest/Makefile') diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index 5fb1a47..8816413 100644 --- a/usr.sbin/spkrtest/Makefile +++ b/usr.sbin/spkrtest/Makefile @@ -1,7 +1,7 @@ MAN8= spkrtest.8 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/spkrtest.pl ${DESTDIR}${BINDIR}/spkrtest .include -- cgit v1.1