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