Makefile revision 1.2
1# from: @(#)Makefile 5.3 (Berkeley) 6/8/90 2# $Id: Makefile,v 1.2 1993/08/01 05:43:55 mycroft Exp $ 3 4NOOBJ= noobj 5all wargames clean cleandir depend lint tags: 6 7install: 8 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \ 9 ${DESTDIR}/usr/games/wargames 10 11.include <bsd.prog.mk> 12