xref: /illumos-gate/usr/src/man/man3ldap/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet
9# at http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2011, Richard Lowe
14# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15#
16
17include		$(SRC)/Makefile.master
18
19MANSECT=	3ldap
20
21MANFILES=	ber_decode.3ldap		\
22		ber_encode.3ldap		\
23		cldap_close.3ldap		\
24		cldap_open.3ldap		\
25		cldap_search_s.3ldap		\
26		cldap_setretryinfo.3ldap	\
27		ldap.3ldap			\
28		ldap_abandon.3ldap		\
29		ldap_add.3ldap			\
30		ldap_ber_free.3ldap		\
31		ldap_bind.3ldap			\
32		ldap_charset.3ldap		\
33		ldap_compare.3ldap		\
34		ldap_control_free.3ldap		\
35		ldap_delete.3ldap		\
36		ldap_disptmpl.3ldap		\
37		ldap_entry2text.3ldap		\
38		ldap_error.3ldap		\
39		ldap_first_attribute.3ldap	\
40		ldap_first_entry.3ldap		\
41		ldap_first_message.3ldap	\
42		ldap_friendly.3ldap		\
43		ldap_get_dn.3ldap		\
44		ldap_get_entry_controls.3ldap	\
45		ldap_get_lang_values.3ldap	\
46		ldap_get_option.3ldap		\
47		ldap_get_values.3ldap		\
48		ldap_getfilter.3ldap		\
49		ldap_memcache.3ldap		\
50		ldap_memfree.3ldap		\
51		ldap_modify.3ldap		\
52		ldap_modrdn.3ldap		\
53		ldap_open.3ldap			\
54		ldap_parse_result.3ldap		\
55		ldap_result.3ldap		\
56		ldap_search.3ldap		\
57		ldap_searchprefs.3ldap		\
58		ldap_sort.3ldap			\
59		ldap_ufn.3ldap			\
60		ldap_url.3ldap			\
61		ldap_version.3ldap
62
63.KEEP_STATE:
64
65include		$(SRC)/man/Makefile.man
66
67install:	$(ROOTMANFILES) $(MANLINK_SRCS)
68	$(MANLINK_INSTALL)
69