.include "${.CURDIR}/include/arpa/Makefile.inc"
.include "${.CURDIR}/include/libkern/Makefile.inc"
.include "${.CURDIR}/include/protocols/Makefile.inc"
-.include "${.CURDIR}/include/machine/Makefile.inc"
.include "${.CURDIR}/include/malloc/Makefile.inc"
.ifdef FEATURE_LEGACY_NXZONE_APIS
.include "${.CURDIR}/include/objc/Makefile.inc"
err.h \
errno.h \
fcntl.h \
- float.h \
fmtmsg.h \
fnmatch.h \
fsproperties.h \
spawn.h \
stab.h \
standards.h \
- stdarg.h \
stdbool.h \
stddef.h \
stdio.h \
+ stdint.h \
stdlib.h \
strhash.h \
string.h \
util.h \
utime.h \
utmpx.h \
- varargs.h \
vis.h \
wchar.h \
wctype.h \
INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
INSTHDRS += ${INC_INSTHDRS}
+LOCALHDRS += ${.CURDIR}/include/spawn_private.h
+
.include "Makefile.nbsd_begin"
NBSDHDRS = utmpx.h
.include "Makefile.nbsd_end"
+
+.include "Makefile.fbsd_begin"
+FBSDHDRS= nl_types.h
+.include "Makefile.fbsd_end"
+