]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - worms/Makefile
Coverity CID 868: Fix possible NULL deref (after INFTIM passes :-)
[bsdgames-darwin.git] / worms / Makefile
1 # $NetBSD: Makefile,v 1.7 2004/11/13 10:22:13 christos Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 WARNS=3
5 PROG= worms
6 MAN= worms.6
7 DPADD= ${LIBCURSES}
8 LDADD= -lcurses
9
10 .include <bsd.prog.mk>