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