Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 00:49:57 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r275290 - projects/building-blocks/include
Message-ID:  <201411300049.sAU0nve1015990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Nov 30 00:49:57 2014
New Revision: 275290
URL: https://svnweb.freebsd.org/changeset/base/275290

Log:
  Install bsm headers if MK_AUDIT != no

Modified:
  projects/building-blocks/include/Makefile

Modified: projects/building-blocks/include/Makefile
==============================================================================
--- projects/building-blocks/include/Makefile	Sun Nov 30 00:49:24 2014	(r275289)
+++ projects/building-blocks/include/Makefile	Sun Nov 30 00:49:57 2014	(r275290)
@@ -36,7 +36,7 @@ PHDRS=	sched.h _semaphore.h
 LHDRS=	aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \
 	syslog.h ucontext.h
 
-LDIRS=	bsm cam geom net net80211 netinet netinet6 \
+LDIRS=	cam geom net net80211 netinet netinet6 \
 	netipsec netsmb nfs nfsclient nfsserver sys vm
 
 LSUBDIRS=	cam/ata cam/scsi \
@@ -62,6 +62,10 @@ LDIRS+=		netnatm
 LSUBDIRS+=	netgraph/atm
 .endif
 
+.if ${MK_AUDIT} != "no"
+LDIRS+=		bsm
+.endif
+
 .if ${MK_BLUETOOTH} != "no"
 LSUBSUBDIRS+=	netgraph/bluetooth/include
 .endif



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