mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add DPADD for libraries.
This commit is contained in:
parent
c83e0fb6db
commit
db0f7eef49
1 changed files with 1 additions and 0 deletions
|
|
@ -9,5 +9,6 @@ SRCS = sysinstall.c dkcksum.c
|
|||
|
||||
CFLAGS += -Wall
|
||||
LDADD = -ldialog -lncurses -lmytinfo
|
||||
DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue