summaryrefslogtreecommitdiffstats
path: root/rain
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1998-02-04 10:21:12 +0000
committerchristos <christos@NetBSD.org>1998-02-04 10:21:12 +0000
commit4e0504c0d5adf0f3512ef8b9e6240ef625888c40 (patch)
tree7b02b0cdb99590acc458f1516c3d6c509db26f70 /rain
parent572a28198215f7a900ba6100fffa4fab668e354f (diff)
downloadbsdgames-darwin-4e0504c0d5adf0f3512ef8b9e6240ef625888c40.tar.gz
bsdgames-darwin-4e0504c0d5adf0f3512ef8b9e6240ef625888c40.tar.zst
bsdgames-darwin-4e0504c0d5adf0f3512ef8b9e6240ef625888c40.zip
Remove -lcompat; not needed.
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 8cbbac53..e73cfce1 100644
--- a/rain/Makefile
+++ b/rain/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 1995/04/22 08:23:28 cgd Exp $
+# $NetBSD: Makefile,v 1.7 1998/02/04 10:21:12 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rain
MAN= rain.6
-DPADD= ${LIBTERM} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
+DPADD= ${LIBTERMCAP}
+LDADD= -ltermcap
.include <bsd.prog.mk>