]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - wargames/Makefile
fix from Christos Zoulas: use .CURDIR for path. not necessary, but 'safe'
[bsdgames-darwin.git] / wargames / Makefile
1 # from: @(#)Makefile 5.3 (Berkeley) 6/8/90
2 # $Id: Makefile,v 1.3 1993/12/22 04:30:48 cgd Exp $
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>