Install bsm headers if MK_AUDIT != no
This commit is contained in:
parent
de93d1a1f5
commit
b4f9f0de1d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user