mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Removed duplicate -lutil.
This commit is contained in:
parent
40f38d59c2
commit
8dfe84c2fb
1 changed files with 2 additions and 5 deletions
|
|
@ -7,10 +7,7 @@ MAN= rshd.8
|
|||
|
||||
WFORMAT=0
|
||||
|
||||
DPADD+= ${LIBUTIL}
|
||||
LDADD+= -lutil
|
||||
|
||||
DPADD+= ${LIBUTIL} ${LIBPAM}
|
||||
LDADD+= -lutil ${MINUSLPAM}
|
||||
DPADD= ${LIBUTIL} ${LIBPAM}
|
||||
LDADD= -lutil ${MINUSLPAM}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue