summaryrefslogtreecommitdiffstats
path: root/hack/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-05-23 05:32:40 +0000
committercgd <cgd@NetBSD.org>1994-05-23 05:32:40 +0000
commit9767d7d03c4e280b63b5bdf987c18d26bd75b3f9 (patch)
treebe275869bc14ff7192d8d8840c10ec8787380645 /hack/Makefile
parent0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a (diff)
downloadbsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.tar.gz
bsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.tar.zst
bsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.zip
need -lcompat
Diffstat (limited to 'hack/Makefile')
-rw-r--r--hack/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/hack/Makefile b/hack/Makefile
index bd75d140..0c49cb0d 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.10 (Berkeley) 12/8/90
-# $Id: Makefile,v 1.13 1994/02/10 02:31:35 cgd Exp $
+# $Id: Makefile,v 1.14 1994/05/23 05:37:22 cgd Exp $
PROG= hack
CFLAGS+=-I.
@@ -16,8 +16,8 @@ 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
MAN6= hack.0
-DPADD+= ${LIBTERM}
-LDADD+= -ltermcap
+DPADD+= ${LIBTERM} ${LIBCOMPAT}
+LDADD+= -ltermcap -lcompat
HIDEGAME=hidegame
CLEANFILES+=hack.onames.h makedefs