Install bsm headers if MK_AUDIT != no

This commit is contained in:
Enji Cooper 2014-11-30 00:49:57 +00:00
parent de93d1a1f5
commit b4f9f0de1d

View File

@ -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