1 .include "${.CURDIR}/include/arpa/Makefile.inc"
2 .include "${.CURDIR}/include/libkern/Makefile.inc"
3 .include "${.CURDIR}/include/protocols/Makefile.inc"
4 .include "${.CURDIR}/include/malloc/Makefile.inc"
5 .ifdef FEATURE_LEGACY_NXZONE_APIS
6 .include "${.CURDIR}/include/objc/Makefile.inc"
8 .include "${.CURDIR}/include/secure/Makefile.inc"
9 .include "${.CURDIR}/include/sys/Makefile.inc"
10 .include "${.CURDIR}/include/xlocale/Makefile.inc"
12 INC_INSTHDRS += NSSystemDirectories.h \
103 .ifdef FEATURE_LEGACY_RUNE_APIS
104 INC_INSTHDRS += rune.h
107 .ifdef FEATURE_LEGACY_UTMP_APIS
108 INC_INSTHDRS += utmp.h
111 .PATH: ${.CURDIR}/include
112 CWD := ${.CURDIR}/include
116 INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
117 INSTHDRS += ${INC_INSTHDRS}
119 LOCALHDRS += ${.CURDIR}/include/spawn_private.h
121 .include "Makefile.nbsd_begin"
123 .include "Makefile.nbsd_end"