mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
GC (now unused here) -lcrypt.
This commit is contained in:
parent
cff2ddaeb2
commit
3826278409
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
PROG= login
|
||||
SRCS= login.c login_fbtab.c
|
||||
CFLAGS+=-DLOGALL
|
||||
DPADD= ${LIBUTIL} ${LIBCRYPT} ${LIBPAM}
|
||||
LDADD= -lutil -lcrypt ${MINUSLPAM}
|
||||
DPADD= ${LIBUTIL} ${LIBPAM}
|
||||
LDADD= -lutil ${MINUSLPAM}
|
||||
MAN= login.1 login.access.5
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
|
|
|
|||
Loading…
Reference in a new issue