summaryrefslogtreecommitdiffstats
path: root/caesar
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 /caesar
parent623cdc6f2c89f79e816e25eea6ceda472431ee74 (diff)
downloadbsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.tar.gz
bsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.tar.zst
bsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.zip
Use ${INSTALL}.
Diffstat (limited to 'caesar')
-rw-r--r--caesar/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.prog.mk>