mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
fe35213c90
commit
3508f1ea7d
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue