Add proper links so that - and -sh are catered for.
[unix-history] / games / wargames / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.3 (Berkeley) 6/8/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>