Changeset View
Changeset View
Standalone View
Standalone View
include/Makefile
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | |||||
| LDIRS= geom net net80211 netgraph netinet netinet6 \ | LDIRS= geom net net80211 netgraph netinet netinet6 \ | ||||
| netipsec netlink netsmb nfs nfsclient nfsserver sys vm | netipsec netlink netsmb nfs nfsclient nfsserver sys vm | ||||
| LSUBDIRS= dev/acpica dev/agp dev/ciss dev/filemon dev/firewire \ | LSUBDIRS= dev/acpica dev/agp 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 dev/wg \ | ||||
| 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/union geom/virstor \ | geom/raid geom/raid3 geom/shsec geom/stripe geom/union geom/virstor \ | ||||
| net/altq \ | net/altq \ | ||||
| net/route \ | net/route \ | ||||
| netgraph/atm netgraph/netflow \ | netgraph/atm netgraph/netflow \ | ||||
| ▲ Show 20 Lines • Show All 159 Lines • ▼ Show 20 Lines | |||||
| .PATH: ${SRCTOP}/sys/contrib/openzfs/include/sys | .PATH: ${SRCTOP}/sys/contrib/openzfs/include/sys | ||||
| NVPAIR= nvpair.h | NVPAIR= nvpair.h | ||||
| NVPAIRDIR= ${INCLUDEDIR}/sys | NVPAIRDIR= ${INCLUDEDIR}/sys | ||||
| .PATH: ${SRCTOP}/sys/dev/mlx5 | .PATH: ${SRCTOP}/sys/dev/mlx5 | ||||
| MLX5= mlx5io.h | MLX5= mlx5io.h | ||||
| MLX5DIR= ${INCLUDEDIR}/dev/mlx5 | MLX5DIR= ${INCLUDEDIR}/dev/mlx5 | ||||
| .PATH: ${SRCTOP}/sys/dev/wg | |||||
| WG= if_wg.h | |||||
| WGDIR= ${INCLUDEDIR}/dev/wg | |||||
| INCSGROUPS= INCS \ | INCSGROUPS= INCS \ | ||||
| ACPICA \ | ACPICA \ | ||||
| AGP \ | AGP \ | ||||
| BSM \ | BSM \ | ||||
| CAM \ | CAM \ | ||||
| CAMATA \ | CAMATA \ | ||||
| CAMMMC \ | CAMMMC \ | ||||
| CAMNVME \ | CAMNVME \ | ||||
| CAMSCSI \ | CAMSCSI \ | ||||
| CRYPTO \ | CRYPTO \ | ||||
| EVDEV \ | EVDEV \ | ||||
| FS9660 \ | FS9660 \ | ||||
| HID \ | HID \ | ||||
| HYPERV \ | HYPERV \ | ||||
| OPENCRYPTO \ | OPENCRYPTO \ | ||||
| PCI \ | PCI \ | ||||
| RPC \ | RPC \ | ||||
| SECAUDIT \ | SECAUDIT \ | ||||
| TEKEN \ | TEKEN \ | ||||
| VERIEXEC | VERIEXEC \ | ||||
| WG | |||||
| .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 227 Lines • Show Last 20 Lines | |||||