]> git.saurik.com Git - apple/libc.git/blame_incremental - include/Makefile.inc
Libc-391.4.1.tar.gz
[apple/libc.git] / include / Makefile.inc
... / ...
CommitLineData
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/machine/Makefile.inc"
5.include "${.CURDIR}/include/malloc/Makefile.inc"
6.include "${.CURDIR}/include/objc/Makefile.inc"
7.include "${.CURDIR}/include/sys/Makefile.inc"
8.include "${.CURDIR}/include/xlocale/Makefile.inc"
9
10INC_INSTHDRS += NSSystemDirectories.h \
11 _locale.h \
12 _types.h \
13 _wctype.h \
14 _xlocale.h \
15 aio.h \
16 alloca.h \
17 ar.h \
18 asl.h \
19 assert.h \
20 asm.h \
21 bitstring.h \
22 c.h \
23 cpio.h \
24 crt_externs.h \
25 ctype.h \
26 db.h \
27 dirent.h \
28 disktab.h \
29 err.h \
30 errno.h \
31 fcntl.h \
32 float.h \
33 fmtmsg.h \
34 fnmatch.h \
35 fsproperties.h \
36 fstab.h \
37 fts.h \
38 ftw.h \
39 getopt.h \
40 glob.h \
41 grp.h \
42 inttypes.h \
43 iso646.h \
44 kvm.h \
45 langinfo.h \
46 libc.h \
47 libgen.h \
48 limits.h \
49 locale.h \
50 memory.h \
51 monetary.h \
52 monitor.h \
53 mpool.h \
54 ndbm.h \
55 nl_types.h \
56 nlist.h \
57 paths.h \
58 poll.h \
59 pwd.h \
60 ranlib.h \
61 readpassphrase.h \
62 regex.h \
63 rune.h \
64 runetype.h \
65 search.h \
66 semaphore.h \
67 setjmp.h \
68 sgtty.h \
69 signal.h \
70 stab.h \
71 standards.h \
72 stdarg.h \
73 stdbool.h \
74 stddef.h \
75 stdio.h \
76 stdlib.h \
77 strhash.h \
78 string.h \
79 stringlist.h \
80 strings.h \
81 struct.h \
82 sysexits.h \
83 syslog.h \
84 tar.h \
85 termios.h \
86 time.h \
87 timeconv.h \
88 ttyent.h \
89 ucontext.h \
90 ulimit.h \
91 unistd.h \
92 util.h \
93 utime.h \
94 utmp.h \
95 varargs.h \
96 vis.h \
97 wchar.h \
98 wctype.h \
99 wordexp.h \
100 xlocale.h
101
102.PATH: ${.CURDIR}/include
103MAN3 += sysexits.3
104
105INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
106INSTHDRS += ${INC_INSTHDRS}
107
108STRIP_HDRS += ctype.h
109
110.include "Makefile.nbsd_begin"
111NBSDHDRS = utmpx.h
112.include "Makefile.nbsd_end"
113INSTHDRS_AUTOPATCH += utmpx.h