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