Makefile revision 1.3
1#	from: @(#)Makefile	5.3 (Berkeley) 6/8/90
2#	$Id: Makefile,v 1.3 1993/12/22 04:30:48 cgd Exp $
3
4NOOBJ=	noobj
5all wargames clean cleandir depend lint tags:
6
7install:
8	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9	    ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
10
11.include <bsd.prog.mk>
12