From owner-p4-projects@FreeBSD.ORG Wed May 26 18:47:04 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 74DF516A4D0; Wed, 26 May 2004 18:47:04 -0700 (PDT) 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 4DCDD16A4CE for ; Wed, 26 May 2004 18:47:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D1743D1F for ; Wed, 26 May 2004 18:47:04 -0700 (PDT) (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 i4R1ka4t029268 for ; Wed, 26 May 2004 18:46:36 -0700 (PDT) (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 i4R1kaU8029265 for perforce@freebsd.org; Wed, 26 May 2004 18:46:36 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 26 May 2004 18:46:36 -0700 (PDT) Message-Id: <200405270146.i4R1kaU8029265@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 53575 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: Thu, 27 May 2004 01:47:05 -0000 http://perforce.freebsd.org/chv.cgi?CH=53575 Change 53575 by rwatson@rwatson_paprika on 2004/05/26 18:46:13 Add the contrib/bsm/man directory to the build source for praudit and auditreduce. Affected files ... .. //depot/projects/trustedbsd/audit2/usr.sbin/auditreduce/Makefile#2 edit .. //depot/projects/trustedbsd/audit2/usr.sbin/praudit/Makefile#2 edit Differences ... ==== //depot/projects/trustedbsd/audit2/usr.sbin/auditreduce/Makefile#2 (text+ko) ==== @@ -1,14 +1,9 @@ # $FreeBSD$ -BSMBINDIR= ${.CURDIR}/../../contrib/bsm/bin -.PATH: {$BSMBINDIR} +BSMDIR= ${.CURDIR}/../../contrib/bsm +.PATH: ${BSMDIR}/bin ${BSMDIR}/man PROG= auditreduce LDADD= -lbsm -# -# There are man pages, but they're in bsm/man, and I'm not sure how to -# get bsd.bin.mk to do the right thing yet. -# -NOMAN= true .include ==== //depot/projects/trustedbsd/audit2/usr.sbin/praudit/Makefile#2 (text+ko) ==== @@ -1,14 +1,9 @@ # $FreeBSD$ -BSMBINDIR= ${.CURDIR}/../../contrib/bsm/bin -.PATH: {$BSMBINDIR} +BSMDIR= ${.CURDIR}/../../contrib/bsm +.PATH: ${BSMDIR}/bin ${BSMDIR}/man PROG= praudit LDADD= -lbsm -# -# There are man pages, but they're in bsm/man, and I'm not sure how to -# get bsd.bin.mk to do the right thing yet. -# -NOMAN= true .include