export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
-
include $(MakeInc_cmd)
include $(MakeInc_def)
bsm \
crypto \
dev \
- hfs \
libkern \
machine \
miscfs \
netkey \
nfs \
security \
+ pthread \
sys \
uuid \
vfs
+
INSTINC_SUBDIRS_X86_64 = \
i386 \
crypto
crypto
INSTINC_SUBDIRS_ARM = \
- arm
+ arm
INSTINC_SUBDIRS_ARM64 = \
arm
EXPINC_SUBDIRS = \
bsm \
dev \
- hfs \
libkern \
machine \
miscfs \
netinet6 \
netkey \
security \
+ pthread \
sys \
uuid \
vfs \
vm
+
EXPINC_SUBDIRS_X86_64 = \
- i386
+ i386
EXPINC_SUBDIRS_X86_64H = \
- i386
+ i386
EXPINC_SUBDIRS_ARM = \
- arm
+ arm
EXPINC_SUBDIRS_ARM64 = \
arm
-COMP_SUBDIRS = \
+COMP_SUBDIRS = \
conf
INSTTEXTFILES_SUBDIRS = \
dev \
- kern \
- man
+ man \
+ sys
include $(MakeInc_rule)
include $(MakeInc_dir)