mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Make LOGIN_CAP work properly.
Submitted by: ache
This commit is contained in:
parent
c59bf09996
commit
283073b4e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57854
@ -2,6 +2,7 @@
|
||||
#
|
||||
|
||||
SSHSRC= ${.CURDIR}/../../../crypto/openssh
|
||||
LOGINSRC= ${.CURDIR}/../../../usr.bin/login
|
||||
|
||||
PROG= sshd
|
||||
BINOWN= root
|
||||
@ -9,13 +10,14 @@ BINMODE=555
|
||||
MAN8= sshd.8
|
||||
|
||||
SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
|
||||
pty.c log-server.c login.c servconf.c serverloop.c
|
||||
pty.c log-server.c login.c servconf.c serverloop.c \
|
||||
login_access.c
|
||||
|
||||
CFLAGS= -DLIBWRAP
|
||||
CFLAGS+= -DLIBWRAP -DLOGIN_ACCESS -I${LOGINSRC}
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${SSHSRC}
|
||||
.PATH: ${SSHSRC} ${LOGINSRC}
|
||||
|
||||
.if defined(MAKE_KERBEROS4) && \
|
||||
((${MAKE_KERBEROS4} == "yes") || (${MAKE_KERBEROS4} == "YES"))
|
||||
|
Loading…
Reference in New Issue
Block a user