summaryrefslogtreecommitdiffstats
path: root/wargames/Makefile
blob: 5e0199479155c9d34a907e4f8cb065cb2c2ea930 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.4 1995/04/22 07:53:41 cgd Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

NOOBJ=	noobj
all wargames clean cleandir depend lint tags:

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

.include <bsd.prog.mk>