PERFORCE change 63689 for review
Robert Watson
rwatson at FreeBSD.org
Sun Oct 24 22:26:31 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=63689
Change 63689 by rwatson at rwatson_tislabs on 2004/10/24 22:25:40
Hook up libbsm to the world build, since it's required for the
audit tools in usr.sbin.
Affected files ...
.. //depot/projects/trustedbsd/audit3/lib/Makefile#2 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/lib/Makefile#2 (text+ko) ====
@@ -22,7 +22,7 @@
#
# Otherwise, the SUBDIR list should be in alphabetical order.
-SUBDIR= ${_csu} libcom_err libcrypt libkvm msun libmd libncurses \
+SUBDIR= ${_csu} ${_libbsm} libcom_err libcrypt libkvm msun libmd libncurses \
libnetgraph libradius librpcsvc libsbuf libtacplus libutil \
${_libypclnt} ${_compat} libalias libarchive ${_libatm} ${_libbind} \
${_libbluetooth} libbsnmp libbz2 libc ${_libc_r} \
@@ -54,6 +54,10 @@
_libngatm= libngatm
.endif
+.if !defined(NOAUDIT)
+_libbsm= libbsm
+.endif
+
.if !defined(NO_BIND)
_libbind= libbind
.endif
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