From 164f814056645ef1910d5bf4c9147929e07c3a7c Mon Sep 17 00:00:00 2001 From: roy Date: Wed, 3 Feb 2010 15:34:37 +0000 Subject: Userland now builds and uses terminfo instead of termcap. OK: core@, jdc@ --- hunt/hunt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hunt') diff --git a/hunt/hunt/Makefile b/hunt/hunt/Makefile index 49ea5339..39bfe891 100644 --- a/hunt/hunt/Makefile +++ b/hunt/hunt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1998/02/18 22:37:31 jtc Exp $ +# $NetBSD: Makefile,v 1.6 2010/02/03 15:34:39 roy Exp $ PROG= hunt SRCS= connect.c hunt.c otto.c playit.c pathname.c MAN= hunt.6 LDADD= -lcurses -DPADD= ${LIBTERMCAP} +DPADD= ${LIBCURSES} HIDEGAME=hidegame CPPFLAGS+=-I${.CURDIR}/../huntd -- cgit v1.2.3-56-ge451