1# $OpenBSD: Makefile,v 1.6 2019/12/21 21:40:00 espie Exp $ 2 3NOOBJ= noobj 4all wargames clean cleandir 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