From faf223d8ff53d6c00e68c131d5db42c1af950894 Mon Sep 17 00:00:00 2001 From: jtc Date: Wed, 18 Feb 1998 22:37:30 +0000 Subject: Simply include -lcurses instead of -lcurses -ltermcap --- canfield/canfield/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'canfield') diff --git a/canfield/canfield/Makefile b/canfield/canfield/Makefile index dd24e132..f9fb8643 100644 --- a/canfield/canfield/Makefile +++ b/canfield/canfield/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 1997/11/20 00:12:33 mrg Exp $ +# $NetBSD: Makefile,v 1.7 1998/02/18 22:37:31 jtc Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= canfield MAN= canfield.6 -DPADD= ${LIBCURSES} ${LIBTERM} -LDADD= -lcurses -ltermcap +DPADD= ${LIBCURSES} +LDADD= -lcurses HIDEGAME=hidegame SETGIDGAME=yes -- cgit v1.2.3-56-ge451