Changeset View
Changeset View
Standalone View
Standalone View
include/Makefile
Show All 32 Lines | |||||
MHDRS= float.h floatingpoint.h stdarg.h | MHDRS= float.h floatingpoint.h stdarg.h | ||||
PHDRS= sched.h _semaphore.h | 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 netgraph netinet netinet6 \ | LDIRS= cam geom net net80211 netgraph netinet netinet6 \ | ||||
netipsec netsmb nfs nfsclient nfsserver sys vm | netipsec netsmb nfs nfsclient nfsserver sys vm | ||||
LSUBDIRS= cam/ata cam/mmc cam/nvme cam/scsi \ | LSUBDIRS= cam/ata cam/mmc cam/nvme cam/scsi \ | ||||
dev/acpica dev/agp dev/an dev/ciss dev/filemon dev/firewire \ | dev/acpica dev/agp dev/an dev/ciss dev/filemon dev/firewire \ | ||||
dev/hwpmc dev/hyperv \ | dev/hwpmc dev/hyperv \ | ||||
dev/ic dev/iicbus dev/if_wg dev/io dev/mfi dev/mmc dev/nvme \ | dev/ic dev/iicbus dev/if_wg dev/io dev/mfi dev/mmc dev/nvme \ | ||||
dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \ | dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \ | ||||
dev/smbus dev/speaker dev/tcp_log dev/veriexec dev/vkbd \ | dev/smbus dev/speaker dev/tcp_log dev/veriexec dev/vkbd \ | ||||
fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/nullfs \ | fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/nullfs \ | ||||
fs/procfs fs/smbfs fs/udf fs/unionfs \ | fs/procfs fs/smbfs fs/udf fs/unionfs \ | ||||
geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \ | geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \ | ||||
geom/mirror geom/mountver geom/multipath geom/nop \ | geom/mirror geom/mountver geom/multipath geom/nop \ | ||||
geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \ | geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \ | ||||
net/altq \ | net/altq \ | ||||
net/route \ | net/route \ | ||||
netgraph/atm netgraph/netflow \ | netgraph/atm netgraph/netflow \ | ||||
netinet/cc \ | netinet/cc \ | ||||
netinet/netdump \ | netinet/netdump \ | ||||
netinet/tcp_stacks \ | netinet/tcp_stacks \ | ||||
security/audit \ | |||||
security/mac_biba security/mac_bsdextended security/mac_lomac \ | security/mac_biba security/mac_bsdextended security/mac_lomac \ | ||||
security/mac_mls security/mac_partition \ | security/mac_mls security/mac_partition \ | ||||
security/mac_veriexec \ | security/mac_veriexec \ | ||||
sys/disk \ | sys/disk \ | ||||
ufs/ffs ufs/ufs | ufs/ffs ufs/ufs | ||||
LSUBSUBDIRS= dev/mpt/mpilib | LSUBSUBDIRS= dev/mpt/mpilib | ||||
.PATH: ${SRCTOP}/sys/dev/acpica | .PATH: ${SRCTOP}/sys/dev/acpica | ||||
ACPICA= acpi_hpet.h \ | ACPICA= acpi_hpet.h \ | ||||
acpiio.h | acpiio.h | ||||
ACPICADIR= ${INCLUDEDIR}/dev/acpica | ACPICADIR= ${INCLUDEDIR}/dev/acpica | ||||
.PATH: ${SRCTOP}/sys/dev/agp | .PATH: ${SRCTOP}/sys/dev/agp | ||||
AGP= agpreg.h | AGP= agpreg.h | ||||
AGPDIR= ${INCLUDEDIR}/dev/agp | AGPDIR= ${INCLUDEDIR}/dev/agp | ||||
.PATH: ${SRCTOP}/sys/bsm | |||||
BSM= audit.h \ | |||||
audit_errno.h \ | |||||
audit_internal.h \ | |||||
audit_record.h \ | |||||
audit_domain.h \ | |||||
audit_fcntl.h \ | |||||
audit_kevents.h \ | |||||
audit_socket_type.h | |||||
BSMPACKAGE= libbsm | |||||
BSMDIR= ${INCLUDEDIR}/bsm | |||||
.PATH: ${SRCTOP}/sys/security/audit | |||||
SECAUDIT= audit.h \ | |||||
audit_ioctl.h \ | |||||
audit_private.h | |||||
SECAUDITPACKAGE= libbsm | |||||
SECAUDITDIR= ${INCLUDEDIR}/security/audit | |||||
.PATH: ${SRCTOP}/sys/fs/cd9660 | .PATH: ${SRCTOP}/sys/fs/cd9660 | ||||
FS9660= cd9660_mount.h \ | FS9660= cd9660_mount.h \ | ||||
cd9660_node.h \ | cd9660_node.h \ | ||||
cd9660_rrip.h \ | cd9660_rrip.h \ | ||||
iso.h \ | iso.h \ | ||||
iso_rrip.h | iso_rrip.h | ||||
FS9660DIR= ${INCLUDEDIR}/isofs/cd9660 | FS9660DIR= ${INCLUDEDIR}/isofs/cd9660 | ||||
▲ Show 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | INCSGROUPS= INCS \ | ||||
HID \ | HID \ | ||||
HYPERV \ | HYPERV \ | ||||
OPENCRYPTO \ | OPENCRYPTO \ | ||||
PCI \ | PCI \ | ||||
RPC \ | RPC \ | ||||
TEKEN \ | TEKEN \ | ||||
VERIEXEC \ | VERIEXEC \ | ||||
WG | WG | ||||
.if ${MK_AUDIT} != "no" | |||||
INCSGROUPS+= BSM | |||||
INCSGROUPS+= SECAUDIT | |||||
.endif | |||||
.if ${MK_IPFILTER} != "no" | .if ${MK_IPFILTER} != "no" | ||||
INCSGROUPS+= IPFILTER | INCSGROUPS+= IPFILTER | ||||
.endif | .endif | ||||
.if ${MK_PF} != "no" | .if ${MK_PF} != "no" | ||||
INCSGROUPS+= PF | INCSGROUPS+= PF | ||||
.endif | .endif | ||||
▲ Show 20 Lines • Show All 226 Lines • Show Last 20 Lines |