summaryrefslogtreecommitdiff
path: root/games/wargames/Makefile
blob: 4894d76d2e92d8a14ea844522e2559a74306afc5 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.6 2019/12/21 21:40:00 espie Exp $

NOOBJ=	noobj
all wargames clean cleandir tags:

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

.include <bsd.prog.mk>