my aborted rewrite (curses, structs, and tons of other changes)
[unix-history] / usr / src / games / wargames / Makefile
CommitLineData
327781ed 1# @(#)Makefile 5.3 (Berkeley) %G%
2916bca5 2
327781ed 3NOOBJ= noobj
2916bca5
KB
4all wargames clean cleandir depend lint tags:
5
770d844a
KB
6install:
7 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
8 ${DESTDIR}/usr/games/wargames
9
327781ed 10.include <bsd.prog.mk>