X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/48236419b31d93d9fca6ef3aad010044062dcb41..6247efb031d6d31937fb3cbe0e58de7397763fa8:/worm/Makefile diff --git a/worm/Makefile b/worm/Makefile index 04e9c4a9..355cde96 100644 --- a/worm/Makefile +++ b/worm/Makefile @@ -1,10 +1,10 @@ -# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.3 1993/08/01 05:43:48 mycroft Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/18 22:37:32 jtc Exp $ +# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= worm -MAN6= worm.0 -DPADD= ${LIBCURSES} ${LIBTERM} -LDADD= -lcurses -ltermcap +MAN= worm.6 +DPADD= ${LIBCURSES} +LDADD= -lcurses HIDEGAME=hidegame .include