1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Since the whole login.access feature has moved to PAM,

login.access.5 will be installed from the respective PAM
module's src directory.

MFC after:	3 days
This commit is contained in:
Yaroslav Tykhiy 2006-03-06 12:31:25 +00:00
parent 5c042d7b07
commit 08284aaa25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156344
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@
LIB= pam_login_access
SRCS= pam_login_access.c login_access.c
MAN= pam_login_access.8
MAN= login.access.5 pam_login_access.8
.include <bsd.lib.mk>

View File

@ -6,7 +6,7 @@ SRCS= login.c login_audit.c login_fbtab.c
CFLAGS+=-DLOGALL
DPADD= ${LIBUTIL} ${LIBPAM}
LDADD= -lutil ${MINUSLPAM} -lbsm
MAN= login.1 login.access.5
.if !defined(NO_SETUID_LOGIN)
BINOWN= root
BINMODE=4555