xref: /openbsd/games/wargames/Makefile (revision 274d7c50)
1#	$OpenBSD: Makefile,v 1.5 2017/06/12 18:49:33 espie Exp $
2
3NOOBJ=	noobj
4all wargames clean cleandir depend tags:
5
6install:
7	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8	    ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
9
10.include <bsd.prog.mk>
11