diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:36:21 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:36:21 +0000 |
commit | 2acd5390dbb793d93f38c84e71f09fd69753d2f0 (patch) | |
tree | ef19dee31884b5cb6e7fec188dabd669523c5c7c /games/wargames/Makefile | |
parent | 5b2752f6d3978dce11bb6695fcb155bab4ee0b37 (diff) |
install -> ${INSTALL}, -c -> ${COPY}
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> |