aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2001-02-08 21:16:34 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2001-02-08 21:16:34 +0000
commit18ae4e64cf12095adb8f50524f10adf2ca43b68c (patch)
tree5b8618a96597027cace81788b179fb9d2d85aa81
parent740972dc7234768787e3f49573c3ef08237476d8 (diff)
Notes
-rw-r--r--secure/usr.sbin/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 55b885447716..93c3ad0b0a12 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>