From d699982161fcf04c378aee3bd4f787d410ff6ff1 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 18 Oct 1996 02:37:51 +0000 Subject: Use ${INSTALL}. --- caesar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'caesar') diff --git a/caesar/Makefile b/caesar/Makefile index c2fefd8f..b2100b11 100644 --- a/caesar/Makefile +++ b/caesar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1995/03/21 15:08:18 cgd Exp $ +# $NetBSD: Makefile,v 1.5 1996/10/18 02:45:01 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= caesar @@ -8,7 +8,7 @@ LDADD= -lm MLINKS= caesar.6 rot13.6 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13 .include -- cgit v1.2.3