mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Re-add the libmytinfo/libncurses stuff - removing it breaks static
linkage. Pointed out by: bde
This commit is contained in:
parent
c87eca8b08
commit
bca1bc6498
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
PROG= tzsetup
|
||||
MAN8= tzsetup.8
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
LDADD+= -ldialog
|
||||
DPADD+= ${LIBDIALOG}
|
||||
LDADD+= -ldialog -lncurses -lmytinfo
|
||||
DPADD+= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue