]> git.saurik.com Git - apple/libc.git/blobdiff - include/Makefile.inc
Libc-763.13.tar.gz
[apple/libc.git] / include / Makefile.inc
index 8c8ec199d52f03e1d3839b4ac5d18c20fb08e78b..83d8b47d8261c374bb00a46fb7357fdf6ac48e13 100644 (file)
@@ -1,7 +1,6 @@
 .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"
@@ -32,7 +31,6 @@ INC_INSTHDRS += NSSystemDirectories.h \
                err.h \
                errno.h \
                fcntl.h \
-               float.h \
                fmtmsg.h \
                fnmatch.h \
                fsproperties.h \
@@ -71,10 +69,10 @@ INC_INSTHDRS += NSSystemDirectories.h \
                spawn.h \
                stab.h \
                standards.h \
-               stdarg.h \
                stdbool.h \
                stddef.h \
                stdio.h \
+               stdint.h \
                stdlib.h \
                strhash.h \
                string.h \
@@ -94,7 +92,6 @@ INC_INSTHDRS += NSSystemDirectories.h \
                util.h \
                utime.h \
                utmpx.h \
-               varargs.h \
                vis.h \
                wchar.h \
                wctype.h \
@@ -117,6 +114,13 @@ MAN3 += sysexits.3
 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"
+