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= cam geom net net80211 netgraph netinet netinet6 \ | LDIRS= 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= 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/io dev/mfi dev/mmc dev/nvme \ | dev/ic dev/iicbus 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 \ | ||||
| Show All 35 Lines | |||||
| .PATH: ${SRCTOP}/sys/security/audit | .PATH: ${SRCTOP}/sys/security/audit | ||||
| SECAUDIT= audit.h \ | SECAUDIT= audit.h \ | ||||
| audit_ioctl.h \ | audit_ioctl.h \ | ||||
| audit_private.h | audit_private.h | ||||
| SECAUDITPACKAGE= libbsm | SECAUDITPACKAGE= libbsm | ||||
| SECAUDITDIR= ${INCLUDEDIR}/security/audit | SECAUDITDIR= ${INCLUDEDIR}/security/audit | ||||
| .PATH: ${SRCTOP}/sys/cam | |||||
| CAM= cam.h \ | |||||
| cam_ccb.h \ | |||||
| cam_compat.h \ | |||||
| cam_debug.h \ | |||||
| cam_iosched.h \ | |||||
| cam_periph.h \ | |||||
| cam_queue.h \ | |||||
| cam_sim.h \ | |||||
| cam_xpt.h \ | |||||
| cam_xpt_internal.h \ | |||||
| cam_xpt_periph.h \ | |||||
| cam_xpt_sim.h | |||||
| CAMDIR= ${INCLUDEDIR}/cam | |||||
| .PATH: ${SRCTOP}/sys/cam/ata | |||||
| CAMATA= ata_all.h | |||||
| CAMATADIR= ${INCLUDEDIR}/cam/ata | |||||
| .PATH: ${SRCTOP}/sys/cam/mmc | |||||
| CAMMMC= mmc.h \ | |||||
| mmc_bus.h \ | |||||
| mmc_all.h | |||||
| CAMMMCDIR= ${INCLUDEDIR}/cam/mmc | |||||
| .PATH: ${SRCTOP}/sys/cam/nvme | |||||
| CAMNVME= nvme_all.h | |||||
| CAMNVMEDIR= ${INCLUDEDIR}/cam/nvme | |||||
| .PATH: ${SRCTOP}/sys/cam/scsi | |||||
| CAMSCSI= scsi_all.h \ | |||||
| scsi_cd.h \ | |||||
| scsi_ch.h \ | |||||
| scsi_da.h \ | |||||
| scsi_enc.h \ | |||||
| scsi_enc_internal.h \ | |||||
| scsi_iu.h \ | |||||
| scsi_message.h \ | |||||
| scsi_pass.h \ | |||||
| scsi_pt.h \ | |||||
| scsi_sa.h \ | |||||
| scsi_ses.h \ | |||||
| scsi_sg.h \ | |||||
| scsi_targetio.h \ | |||||
| smp_all.h | |||||
| CAMSCSIDIR= ${INCLUDEDIR}/cam/scsi | |||||
| .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 81 Lines • ▼ Show 20 Lines | |||||
| .PATH: ${SRCTOP}/sys/dev/mlx5 | .PATH: ${SRCTOP}/sys/dev/mlx5 | ||||
| MLX5= mlx5io.h | MLX5= mlx5io.h | ||||
| MLX5DIR= ${INCLUDEDIR}/dev/mlx5 | MLX5DIR= ${INCLUDEDIR}/dev/mlx5 | ||||
| INCSGROUPS= INCS \ | INCSGROUPS= INCS \ | ||||
| ACPICA \ | ACPICA \ | ||||
| AGP \ | AGP \ | ||||
| CAM \ | |||||
| CAMATA \ | |||||
| CAMMMC \ | |||||
| CAMNVME \ | |||||
| CAMSCSI \ | |||||
| CRYPTO \ | CRYPTO \ | ||||
| EVDEV \ | EVDEV \ | ||||
| FS9660 \ | FS9660 \ | ||||
| HID \ | HID \ | ||||
| HYPERV \ | HYPERV \ | ||||
| OPENCRYPTO \ | OPENCRYPTO \ | ||||
| PCI \ | PCI \ | ||||
| RPC \ | RPC \ | ||||
| ▲ Show 20 Lines • Show All 241 Lines • Show Last 20 Lines | |||||