diff options
| author | Christian S.J. Peron <csjp@FreeBSD.org> | 2008-11-30 15:35:24 +0000 |
|---|---|---|
| committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2008-11-30 15:35:24 +0000 |
| commit | 25d33e3d81b8628bd0c11f9284e098685afecc1a (patch) | |
| tree | 3ebd8bd7cacf00cd63504fbb9248817a4c6396bf /secure | |
| parent | ddce5818803f2b376799a10df59c71259335b3f9 (diff) | |
Notes
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 dff3f97ed7d6..0fc5ce03736b 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -26,7 +26,7 @@ DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM} LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM} .if ${MK_AUDIT} != "no" -CFLAGS+= -DUSE_BSM_AUDIT +CFLAGS+= -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR DPADD+= ${LIBBSM} LDADD+= -lbsm .endif |
