diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-13 18:56:49 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-13 18:56:49 +0000 |
commit | 1d0e931edf475482d3ef0f7c46a5f8564d2823e2 (patch) | |
tree | 15f4310ac6e46c0440ad244c60612987c680cf33 /usr.bin/ssh/sshd/Makefile | |
parent | 943e6d47590b5b9bb7f58f9e645291b89ed252c7 (diff) |
support supplementary group in {Allow,Deny}Groups
from stevesk@pobox.com
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index 0a9fba8e052..6e4b3fe8637 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -9,7 +9,8 @@ CFLAGS+=-DHAVE_LOGIN_CAP 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 \ - auth.c auth1.c auth2.c auth-options.c session.c dh.c + auth.c auth1.c auth2.c auth-options.c session.c dh.c \ + groupaccess.c .include <bsd.own.mk> # for KERBEROS and AFS |