]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - wargames/Makefile
Use ${INSTALL}.
[bsdgames-darwin.git] / wargames / Makefile
index 5e0199479155c9d34a907e4f8cb065cb2c2ea930..583367edc8bcc217b60f8389c274ade002e2c5c0 100644 (file)
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 1995/04/22 07:53:41 cgd Exp $
+#      $NetBSD: Makefile,v 1.5 1996/10/18 02:50:57 thorpej Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 NOOBJ= noobj
 all wargames clean cleandir depend lint tags:
 
 install:
-       install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
 
 .include <bsd.prog.mk>