summaryrefslogtreecommitdiffstats
path: root/wargames/Makefile
blob: 6255dea8ef7aa8bffe5d46d68ab7b58aae1c8412 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	from: @(#)Makefile	5.3 (Berkeley) 6/8/90
#	$Id: Makefile,v 1.3 1993/12/22 04:30:48 cgd Exp $

NOOBJ=	noobj
all wargames clean cleandir depend lint tags:

install:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames

.include <bsd.prog.mk>