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:
yar 2006-03-06 12:31:25 +00:00
parent 4995e053c3
commit f4b4b54f2b
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