diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-10-06 14:07:23 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-10-06 14:07:23 +0000 |
| commit | 373eb4397043a0e03b2163ce91eb52fa42155e07 (patch) | |
| tree | be7e4931322dcc14d522f516dcdad6eafe8046e9 /secure/usr.sbin | |
| parent | fa40ab7ccb84802ae362110ffe927ecc4f6a825d (diff) | |
Notes
Diffstat (limited to 'secure/usr.sbin')
| -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 27be35fbefbc..c8f8f323f6f0 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -12,7 +12,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ auth-krb5.c \ auth2-gss.c gss-serv.c gss-serv-krb5.c \ loginrec.c auth-pam.c auth-shadow.c auth-sia.c md5crypt.c \ - audit.c audit-bsm.c \ + audit.c audit-bsm.c platform.c \ gss-genr.c # gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile |
