mirror of
https://github.com/opnsense/src.git
synced 2026-03-25 04:03:09 -04:00
MFC 204329 partially:
Fixed dependencies (make checkdpadd).
This commit is contained in:
parent
2553c38555
commit
02178aec70
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
PROG= pmcstat
|
||||
MAN= pmcstat.8
|
||||
|
||||
DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM}
|
||||
DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM} ${LIBNCURSES}
|
||||
LDADD= -lelf -lkvm -lpmc -lm -lncurses
|
||||
|
||||
WARNS?= 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue