Revert previous commit. It broke 'make world' with NOSHARED=yes because

it was using the wrong library.

Submitted by:	bde
This commit is contained in:
Steve Price 1999-04-25 17:53:36 +00:00
parent fe35213c90
commit 3508f1ea7d

View file

@ -2,7 +2,7 @@
PROG= rain
MAN6= rain.6
DPADD= ${LIBCURSES} ${LIBCOMPAT}
LDADD= -lcurses -lcompat
DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
.include <bsd.prog.mk>