d4f48e67da
to anything else now is rogue, so clear WARNS from the other makefiles.
11 lines
201 B
Makefile
11 lines
201 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/01/28 07:03:59 dholland Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= worm
|
|
MAN= worm.6
|
|
DPADD= ${LIBCURSES}
|
|
LDADD= -lcurses
|
|
HIDEGAME=hidegame
|
|
|
|
.include <bsd.prog.mk>
|