xref: /original-bsd/games/wargames/Makefile (revision a3d56443)
1#	@(#)Makefile	8.1 (Berkeley) 05/31/93
2
3NOOBJ=	noobj
4all wargames clean cleandir depend lint tags:
5
6install:
7	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
8	    ${DESTDIR}/usr/games/wargames
9
10.include <bsd.prog.mk>
11