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/atc/Makefile | |
parent | 5b2752f6d3978dce11bb6695fcb155bab4ee0b37 (diff) |
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r-- | games/atc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 8c672516e03..62147a1bb1d 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 1996/12/08 15:36:11 downsj Exp $ # $NetBSD: Makefile,v 1.9 1995/03/21 15:03:38 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 @@ -23,7 +24,7 @@ beforeinstall: else \ true ; \ fi - (cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \ - ${GAMES} ${DESTDIR}/usr/share/games/atc) + (cd ${.CURDIR}/games; ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} \ + -m 400 ${GAMES} ${DESTDIR}/usr/share/games/atc) .include <bsd.prog.mk> |