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 \
|
LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \
|
||||||
syslog.h ucontext.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
|
netipsec netsmb nfs nfsclient nfsserver sys vm
|
||||||
|
|
||||||
LSUBDIRS= cam/ata cam/scsi \
|
LSUBDIRS= cam/ata cam/scsi \
|
||||||
@ -62,6 +62,10 @@ LDIRS+= netnatm
|
|||||||
LSUBDIRS+= netgraph/atm
|
LSUBDIRS+= netgraph/atm
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MK_AUDIT} != "no"
|
||||||
|
LDIRS+= bsm
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_BLUETOOTH} != "no"
|
.if ${MK_BLUETOOTH} != "no"
|
||||||
LSUBSUBDIRS+= netgraph/bluetooth/include
|
LSUBSUBDIRS+= netgraph/bluetooth/include
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user