X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/48236419b31d93d9fca6ef3aad010044062dcb41..a931697f3be302466855163a7e216ffee7766445:/worms/Makefile diff --git a/worms/Makefile b/worms/Makefile index 72b7f211..eb6681a1 100644 --- a/worms/Makefile +++ b/worms/Makefile @@ -1,9 +1,9 @@ -# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.3 1993/08/01 05:43:42 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/06 23:45:26 he Exp $ +# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= worms -MAN6= worms.0 -DPADD= ${LIBCURSES} ${LIBTERM} -LDADD= -lcurses -ltermcap +MAN= worms.6 +DPADD= ${LIBCURSES} ${LIBTERMINFO} +LDADD= -lcurses -lterminfo .include