diff options
author | nectar <nectar@FreeBSD.org> | 2001-02-08 21:16:34 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2001-02-08 21:16:34 +0000 |
commit | 550de2dad0cb596e70978f8f0be3690229571699 (patch) | |
tree | e3a99ded2748fbf2110cb2dbe31e90b6a524d395 /secure | |
parent | 90521c24f8205b72da8e75c2eac3a07865741d81 (diff) | |
download | FreeBSD-src-550de2dad0cb596e70978f8f0be3690229571699.zip FreeBSD-src-550de2dad0cb596e70978f8f0be3690229571699.tar.gz |
Define HAVE_PAM_GETENVLIST for build. Now environmental variables set
by PAM modules will be exported (correctly).
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 55b8854..93c3ad0 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -14,7 +14,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ auth.c auth1.c auth2.c auth-options.c session.c login_access.c dh.c \ auth-pam.c -CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC} -DUSE_PAM +CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC} -DUSE_PAM -DHAVE_PAM_GETENVLIST .include <bsd.own.mk> |