1# man5 Makefile.in for OpenLDAP
2# $OpenLDAP$
3## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4##
5## Copyright 1998-2021 The OpenLDAP Foundation.
6## All rights reserved.
7##
8## Redistribution and use in source and binary forms, with or without
9## modification, are permitted only as authorized by the OpenLDAP
10## Public License.
11##
12## A copy of this license is available in the file LICENSE in the
13## top-level directory of the distribution or, alternatively, at
14## <http://www.OpenLDAP.org/license.html>.
15
16MANSECT=5
17
18BUILD_SRV = @BUILD_SLAPD@
19
20.if ${BUILD_SRV} == no
21PAGES=	ldap.conf.${MANSECT} 		\
22	ldif.${MANSECT}
23.else
24PAGES=	slapd-bdb.${MANSECT}		\
25	slapd-config.${MANSECT}		\
26	slapd-dnssrv.${MANSECT}		\
27	slapd-ldap.${MANSECT}		\
28	slapd-ldbm.${MANSECT}		\
29	slapd-ldif.${MANSECT}		\
30	slapd-mdb.${MANSECT}		\
31	slapd-meta.${MANSECT}		\
32	slapd-monitor.${MANSECT}	\
33	slapd-ndb.${MANSECT}		\
34	slapd-null.${MANSECT}		\
35	slapd-passwd.${MANSECT}		\
36	slapd-perl.${MANSECT}		\
37	slapd-relay.${MANSECT}		\
38	slapd-shell.${MANSECT}		\
39	slapd-sock.${MANSECT}		\
40	slapd-sql.${MANSECT}		\
41	slapd.access.${MANSECT}		\
42	slapd.backends.${MANSECT}	\
43	slapd.conf.${MANSECT}		\
44	slapd.overlays.${MANSECT}	\
45	slapd.plugin.${MANSECT}		\
46	slapo-accesslog.${MANSECT}	\
47	slapo-auditlog.${MANSECT}	\
48	slapo-chain.${MANSECT}		\
49	slapo-collect.${MANSECT}	\
50	slapo-constraint.${MANSECT}	\
51	slapo-dds.${MANSECT}		\
52	slapo-dyngroup.${MANSECT}	\
53	slapo-dynlist.${MANSECT}	\
54	slapo-memberof.${MANSECT}	\
55	slapo-pbind.${MANSECT}		\
56	slapo-pcache.${MANSECT}		\
57	slapo-ppolicy.${MANSECT}	\
58	slapo-refint.${MANSECT}		\
59	slapo-retcode.${MANSECT}	\
60	slapo-rwm.${MANSECT}		\
61	slapo-sssvlv.${MANSECT}		\
62	slapo-syncprov.${MANSECT}	\
63	slapo-translucent.${MANSECT}	\
64	slapo-unique.${MANSECT}		\
65	slapo-valsort.${MANSECT}
66.endif
67
68