9 lines
203 B
Makefile
9 lines
203 B
Makefile
# $NetBSD: Makefile,v 1.6 1997/03/24 22:15:50 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
NOOBJ= noobj
|
|
all wargames clean cleandir depend lint tags:
|
|
SCRIPTS=wargames.sh
|
|
|
|
.include <bsd.prog.mk>
|