summaryrefslogtreecommitdiffstats
path: root/larn
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 /larn
parent0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a (diff)
downloadbsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.tar.gz
bsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.tar.zst
bsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.zip
need -lcompat
Diffstat (limited to 'larn')
-rw-r--r--larn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/larn/Makefile b/larn/Makefile
index 9067a940..40d87287 100644
--- a/larn/Makefile
+++ b/larn/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.9 (Berkeley) 7/25/90
-# $Id: Makefile,v 1.4 1993/08/01 05:45:05 mycroft Exp $
+# $Id: Makefile,v 1.5 1994/05/23 05:41:57 cgd Exp $
# EXTRA
# Incorporates code to gather additional performance statistics
@@ -58,8 +58,8 @@ CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP
SRCS= main.c object.c create.c tok.c display.c global.c data.c io.c \
monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \
signal.c moreobj.c movem.c regen.c fortune.c savelev.c
-DPADD= ${LIBTERM}
-LDADD= -ltermcap
+DPADD= ${LIBTERM} ${LIBCOMPAT}
+LDADD= -ltermcap -lcompat
HIDEGAME=hidegame
beforeinstall: