Loading...
--- Libc/Libc-763.13/include/Makefile.inc
+++ Libc/Libc-498.1.7/include/Makefile.inc
@@ -1,6 +1,7 @@
.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"
@@ -31,6 +32,7 @@
err.h \
errno.h \
fcntl.h \
+ float.h \
fmtmsg.h \
fnmatch.h \
fsproperties.h \
@@ -69,10 +71,10 @@
spawn.h \
stab.h \
standards.h \
+ stdarg.h \
stdbool.h \
stddef.h \
stdio.h \
- stdint.h \
stdlib.h \
strhash.h \
string.h \
@@ -92,6 +94,7 @@
util.h \
utime.h \
utmpx.h \
+ varargs.h \
vis.h \
wchar.h \
wctype.h \
@@ -114,13 +117,6 @@
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"
-