xref: /original-bsd/games/wargames/Makefile (revision e21485a6)
1#	@(#)Makefile	5.3 (Berkeley) 06/08/90
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