mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add missing dependency on libutil.
This commit is contained in:
parent
3af6b50453
commit
e3cd129613
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@
|
|||
LIB= pam_lastlog
|
||||
SHLIB_NAME= pam_lastlog.so
|
||||
SRCS= pam_lastlog.c
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
MAN= pam_lastlog.8
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue