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