svn commit: r275290 - projects/building-blocks/include
Garrett Cooper
ngie at FreeBSD.org
Sun Nov 30 00:49:58 UTC 2014
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
More information about the svn-src-projects
mailing list