]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - worms/Makefile
if initscr() fails, exit with a message rather than crash in the
[bsdgames-darwin.git] / worms / Makefile
1 # $NetBSD: Makefile,v 1.9 2008/01/28 07:03:59 dholland Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= worms
5 MAN= worms.6
6 DPADD= ${LIBCURSES}
7 LDADD= -lcurses
8
9 .include <bsd.prog.mk>