xref: /openbsd/games/wargames/Makefile (revision df930be7)
1#	$NetBSD: Makefile,v 1.4 1995/04/22 07:53:41 cgd Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
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