From owner-p4-projects@FreeBSD.ORG Sun Oct 24 22:26:32 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 495C316A4D0; Sun, 24 Oct 2004 22:26:32 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ED8016A4CE for ; Sun, 24 Oct 2004 22:26:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1495443D1F for ; Sun, 24 Oct 2004 22:26:32 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9OMQVUM050400 for ; Sun, 24 Oct 2004 22:26:31 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9OMQVit050397 for perforce@freebsd.org; Sun, 24 Oct 2004 22:26:31 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 24 Oct 2004 22:26:31 GMT Message-Id: <200410242226.i9OMQVit050397@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 63689 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 22:26:33 -0000 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