From e47c09cdd67928e9609e0a298f2573406339e088 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 18 Oct 1996 02:48:24 +0000 Subject: Use ${INSTALL}. --- robots/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robots') diff --git a/robots/Makefile b/robots/Makefile index 25764c93..ec12c5d7 100644 --- a/robots/Makefile +++ b/robots/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1995/04/22 10:08:46 cgd Exp $ +# $NetBSD: Makefile,v 1.6 1996/10/18 02:50:15 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= robots @@ -11,7 +11,7 @@ LDADD= -lcurses -ltermlib HIDEGAME=hidegame beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ ${DESTDIR}/var/games/robots_roll .include -- cgit v1.2.3