1 # from: @(#)Makefile 5.3 (Berkeley) 6/8/90
2 # $Id: Makefile,v 1.3 1993/12/22 04:30:48 cgd Exp $
5 all wargames clean cleandir depend lint tags:
8 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9 ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
11 .include <bsd.prog.mk>