]>
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" |
5b2abdfb | 6 | .include "${.CURDIR}/include/objc/Makefile.inc" |
59e0d9fe | 7 | .include "${.CURDIR}/include/sys/Makefile.inc" |
3d9156a7 | 8 | .include "${.CURDIR}/include/xlocale/Makefile.inc" |
5b2abdfb A |
9 | |
10 | INC_INSTHDRS += NSSystemDirectories.h \ | |
3d9156a7 | 11 | _locale.h \ |
59e0d9fe | 12 | _types.h \ |
3d9156a7 A |
13 | _wctype.h \ |
14 | _xlocale.h \ | |
59e0d9fe | 15 | aio.h \ |
9385eb3d A |
16 | alloca.h \ |
17 | ar.h \ | |
3d9156a7 A |
18 | asl.h \ |
19 | assert.h \ | |
9385eb3d A |
20 | asm.h \ |
21 | bitstring.h \ | |
22 | c.h \ | |
59e0d9fe | 23 | cpio.h \ |
9385eb3d A |
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 \ | |
3d9156a7 | 32 | float.h \ |
59e0d9fe | 33 | fmtmsg.h \ |
9385eb3d A |
34 | fnmatch.h \ |
35 | fsproperties.h \ | |
36 | fstab.h \ | |
37 | fts.h \ | |
59e0d9fe | 38 | ftw.h \ |
9385eb3d A |
39 | getopt.h \ |
40 | glob.h \ | |
41 | grp.h \ | |
3d9156a7 | 42 | inttypes.h \ |
9385eb3d A |
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 \ | |
3d9156a7 | 58 | poll.h \ |
9385eb3d A |
59 | pwd.h \ |
60 | ranlib.h \ | |
61 | readpassphrase.h \ | |
62 | regex.h \ | |
9385eb3d A |
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 \ | |
3d9156a7 A |
72 | stdarg.h \ |
73 | stdbool.h \ | |
9385eb3d A |
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 \ | |
9385eb3d A |
89 | ucontext.h \ |
90 | ulimit.h \ | |
91 | unistd.h \ | |
92 | util.h \ | |
93 | utime.h \ | |
94 | utmp.h \ | |
3d9156a7 | 95 | varargs.h \ |
9385eb3d A |
96 | vis.h \ |
97 | wchar.h \ | |
59e0d9fe | 98 | wctype.h \ |
3d9156a7 A |
99 | wordexp.h \ |
100 | xlocale.h | |
59e0d9fe A |
101 | |
102 | .PATH: ${.CURDIR}/include | |
103 | MAN3 += sysexits.3 | |
5b2abdfb A |
104 | |
105 | INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//} | |
106 | INSTHDRS += ${INC_INSTHDRS} | |
3d9156a7 A |
107 | |
108 | STRIP_HDRS += ctype.h | |
109 | ||
110 | .include "Makefile.nbsd_begin" | |
111 | NBSDHDRS = utmpx.h | |
112 | .include "Makefile.nbsd_end" | |
113 | INSTHDRS_AUTOPATCH += utmpx.h |