summaryrefslogtreecommitdiffstats
path: root/hack
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2006-02-25 11:56:51 +0000
committersimonb <simonb@NetBSD.org>2006-02-25 11:56:51 +0000
commitb0eb12326ef565399d4a81e605b606165bf315c5 (patch)
tree548728dcb333fbe9af6b896aa48f2f00a0254381 /hack
parent857db63550893b0e91503703c781511801f46a57 (diff)
downloadbsdgames-darwin-b0eb12326ef565399d4a81e605b606165bf315c5.tar.gz
bsdgames-darwin-b0eb12326ef565399d4a81e605b606165bf315c5.tar.zst
bsdgames-darwin-b0eb12326ef565399d4a81e605b606165bf315c5.zip
Change DPADD from LIBTERM (which doesn't exist) and LIBCOMPAT (which it
doesn't use) to LIBTERMCAP (which it does use).
Diffstat (limited to 'hack')
-rw-r--r--hack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/Makefile b/hack/Makefile
index 454be162..a84500b2 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2003/11/16 14:14:18 lukem Exp $
+# $NetBSD: Makefile,v 1.40 2006/02/25 11:56:51 simonb Exp $
# @(#)Makefile 8.2 (Berkeley) 4/27/95
.include <bsd.own.mk>
@@ -18,7 +18,7 @@ SRCS+= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \
hack.u_init.c hack.unix.c hack.vault.c hack.version.c hack.wield.c \
hack.wizard.c hack.worm.c hack.worn.c hack.zap.c rnd.c
MAN= hack.6
-DPADD+= ${LIBTERM} ${LIBCOMPAT}
+DPADD+= ${LIBTERMCAP}
LDADD+= -ltermcap
HIDEGAME=hidegame
SETGIDGAME=yes