mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing library dependency.
This commit is contained in:
parent
75ad2c1d29
commit
20bdb50c3c
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PROG= clear_locks
|
||||
MAN= clear_locks.8
|
||||
DPADD= ${LIBRPCSVC}
|
||||
LDADD= -lrpcsvc
|
||||
WARNS= 6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue