From d699982161fcf04c378aee3bd4f787d410ff6ff1 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 18 Oct 1996 02:37:51 +0000 Subject: Use ${INSTALL}. --- cribbage/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cribbage/Makefile') diff --git a/cribbage/Makefile b/cribbage/Makefile index 69c60d77..948101b0 100644 --- a/cribbage/Makefile +++ b/cribbage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1995/03/21 15:08:39 cgd Exp $ +# $NetBSD: Makefile,v 1.6 1996/10/18 02:45:34 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= cribbage @@ -9,7 +9,7 @@ MAN= cribbage.6 HIDEGAME=hidegame beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \ ${DESTDIR}/usr/share/games/cribbage.instr .include -- cgit v1.2.3-56-ge451