summaryrefslogtreecommitdiffstats
path: root/wargames/Makefile
blob: f2fc076cf231c885d8aaa1294b3aa36444039b76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	5.3 (Berkeley) 6/8/90

NOOBJ=	noobj
all wargames clean cleandir depend lint tags:

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

.include <bsd.prog.mk>