summaryrefslogtreecommitdiffstats
path: root/atc/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-10-18 02:37:51 +0000
committerthorpej <thorpej@NetBSD.org>1996-10-18 02:37:51 +0000
commitd699982161fcf04c378aee3bd4f787d410ff6ff1 (patch)
tree499ddb8df800faecd01280cc302896bafc57e89a /atc/Makefile
parent623cdc6f2c89f79e816e25eea6ceda472431ee74 (diff)
downloadbsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.tar.gz
bsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.tar.zst
bsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.zip
Use ${INSTALL}.
Diffstat (limited to 'atc/Makefile')
-rw-r--r--atc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/atc/Makefile b/atc/Makefile
index 8bf902a6..363c811e 100644
--- a/atc/Makefile
+++ b/atc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1995/03/21 15:03:38 cgd Exp $
+# $NetBSD: Makefile,v 1.10 1996/10/18 02:43:36 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= atc
@@ -23,7 +23,7 @@ beforeinstall:
else \
true ; \
fi
- (cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \
+ (cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 400 \
${GAMES} ${DESTDIR}/usr/share/games/atc)
.include <bsd.prog.mk>