1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

GC (now unused here) -lcrypt.

This commit is contained in:
Ruslan Ermilov 2004-02-02 18:00:06 +00:00
parent cff2ddaeb2
commit 3826278409
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125333

View File

@ -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