diff options
| author | Christian S.J. Peron <csjp@FreeBSD.org> | 2006-02-12 07:19:45 +0000 |
|---|---|---|
| committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2006-02-12 07:19:45 +0000 |
| commit | d57d58dac4d04d6bdae8c0718ad2480d930e1cb6 (patch) | |
| tree | d899bd58c2b66c0e19f92cd58a4a227595073bcf /secure | |
| parent | b5a531ae405280d473df062f30b40b76807fa114 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/usr.sbin/sshd/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index fa0a21aa3b05..0e232889584f 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -23,6 +23,12 @@ CFLAGS+=-I${SSHDIR} DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM} LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM} +.if !defined(NO_AUDIT) +CFLAGS+= -DUSE_BSM_AUDIT +DPADD+= ${LIBBSM} +LDADD+= -lbsm +.endif + .if !defined(NO_KERBEROS) CFLAGS+= -DGSSAPI -DHAVE_GSSAPI_GSSAPI_H=1 -DKRB5 -DHEIMDAL DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN} |
