Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 2004 22:26:31 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63689 for review
Message-ID:  <200410242226.i9OMQVit050397@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63689

Change 63689 by rwatson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410242226.i9OMQVit050397>