From 9767d7d03c4e280b63b5bdf987c18d26bd75b3f9 Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 23 May 1994 05:32:40 +0000 Subject: need -lcompat --- hack/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack/Makefile') 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 -- cgit v1.2.3-56-ge451