diff options
Diffstat (limited to 'games/wargames/Makefile')
-rw-r--r-- | games/wargames/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile index 5e019947915..eceab82583c 100644 --- a/games/wargames/Makefile +++ b/games/wargames/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/12/08 15:36:19 downsj Exp $ # $NetBSD: Makefile,v 1.4 1995/04/22 07:53:41 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 @@ -5,7 +6,7 @@ NOOBJ= noobj all wargames clean cleandir depend lint tags: install: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames .include <bsd.prog.mk> |