NetBSD/games/worms/Makefile
dholland d4f48e67da Make the default WARNS for games 4. The only game that needs to set WARNS
to anything else now is rogue, so clear WARNS from the other makefiles.
2008-01-28 07:03:58 +00:00

10 lines
185 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/01/28 07:03:59 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= worms
MAN= worms.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
.include <bsd.prog.mk>