Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2004 18:46:36 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53575 for review
Message-ID:  <200405270146.i4R1kaU8029265@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.prog.mk>

==== //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 <bsd.prog.mk>



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