summaryrefslogtreecommitdiffstats
path: root/rain
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 /rain
parent0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a (diff)
downloadbsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.tar.gz
bsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.tar.zst
bsdgames-darwin-9767d7d03c4e280b63b5bdf987c18d26bd75b3f9.zip
need -lcompat
Diffstat (limited to 'rain')
-rw-r--r--rain/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/rain/Makefile b/rain/Makefile
index b8a52cdc..ac0cf4bf 100644
--- a/rain/Makefile
+++ b/rain/Makefile
@@ -1,9 +1,9 @@
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.3 1993/08/01 05:44:36 mycroft Exp $
+# $Id: Makefile,v 1.4 1994/05/23 05:35:28 cgd Exp $
PROG= rain
MAN6= rain.0
-DPADD= ${LIBTERM}
-LDADD= -ltermcap
+DPADD= ${LIBTERM} ${LIBCOMPAT}
+LDADD= -ltermcap -lcompat
.include <bsd.prog.mk>