PERFORCE change 91449 for review
Christian S.J. Peron
csjp at FreeBSD.org
Thu Feb 9 19:18:33 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91449
Change 91449 by csjp at csjp_xor on 2006/02/09 19:18:11
Hook audit into the OpenSSH build provided NO_AUDIT is not set.
Affected files ...
.. //depot/projects/trustedbsd/audit3/secure/usr.sbin/sshd/Makefile#6 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/secure/usr.sbin/sshd/Makefile#6 (text+ko) ====
@@ -23,6 +23,12 @@
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}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list