]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - wargames/Makefile
Use ${INSTALL}.
[bsdgames-darwin.git] / wargames / Makefile
1 # $NetBSD: Makefile,v 1.5 1996/10/18 02:50:57 thorpej Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 NOOBJ= noobj
5 all wargames clean cleandir depend lint tags:
6
7 install:
8 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9 ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
10
11 .include <bsd.prog.mk>