summaryrefslogtreecommitdiffstats
path: root/games/wargames/Makefile
blob: a89e72b27639bc3adc2491d8979c7d42c32f8ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
#	$FreeBSD$

NOOBJ=	noobj
MAN6=	wargames.6

all wargames clean cleandir depend lint tags:

install:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
	    ${DESTDIR}${BINDIR}/wargames

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud