]> git.saurik.com Git - apple/libc.git/blame - man/Makefile.inc
Libc-594.1.4.tar.gz
[apple/libc.git] / man / Makefile.inc
CommitLineData
224c7076
A
1# miscellaneous man pages
2
3.PATH: ${.CURDIR}/man
34e8f829 4CWD := ${.CURDIR}/man
224c7076
A
5
6.if ${LIB} == "c"
7
34e8f829
A
8MAN2 += gethostuuid.2
9MAN3 += assert.3 bitstring.3
b5d655f7
A
10.ifdef FEATURE_LEGACY_UTMP_APIS
11MAN5 += utmp.5
12.endif
224c7076
A
13MAN7 += environ.7
14
34e8f829
A
15.include "Makefile.fbsd_begin"
16FBSDMAN3 = stdarg.3
17.include "Makefile.fbsd_end"
18
19
224c7076
A
20MLINKS += bitstring.3 bit_alloc.3
21MLINKS += bitstring.3 bit_clear.3
22MLINKS += bitstring.3 bit_decl.3
23MLINKS += bitstring.3 bit_ffs.3
24MLINKS += bitstring.3 bit_nclear.3
25MLINKS += bitstring.3 bit_nset.3
26MLINKS += bitstring.3 bit_set.3
27MLINKS += bitstring.3 bit_test.3
28MLINKS += bitstring.3 bitstr_size.3
34e8f829
A
29.ifdef FEATURE_LEGACY_UTMP_APIS
30MLINKS += utmp.5 lastlog.5
31MLINKS += utmp.5 wtmp.5
32.endif
33
34MLINKS += stdarg.3 va_arg.3
35MLINKS += stdarg.3 va_copy.3
36MLINKS += stdarg.3 va_end.3
37MLINKS += stdarg.3 va_start.3
224c7076
A
38
39.endif