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