summaryrefslogtreecommitdiffstats
path: root/caesar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'caesar/Makefile')
-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>