summaryrefslogtreecommitdiffstats
path: root/wump
diff options
context:
space:
mode:
Diffstat (limited to 'wump')
-rw-r--r--wump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wump/Makefile b/wump/Makefile
index 58c65e7c..45dce1da 100644
--- a/wump/Makefile
+++ b/wump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1995/04/22 08:19:45 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1996/10/18 02:51:24 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= wump
@@ -6,7 +6,7 @@ MAN= wump.6
HIDEGAME=hidegame
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>