xref: /illumos-gate/usr/src/man/man3sasl/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=	3sasl
20
21MANFILES=	sasl_authorize_t.3sasl			\
22		sasl_auxprop.3sasl			\
23		sasl_auxprop_add_plugin.3sasl		\
24		sasl_auxprop_getctx.3sasl		\
25		sasl_auxprop_request.3sasl		\
26		sasl_canon_user_t.3sasl			\
27		sasl_canonuser_add_plugin.3sasl		\
28		sasl_chalprompt_t.3sasl			\
29		sasl_checkapop.3sasl			\
30		sasl_checkpass.3sasl			\
31		sasl_client_add_plugin.3sasl		\
32		sasl_client_init.3sasl			\
33		sasl_client_new.3sasl			\
34		sasl_client_plug_init_t.3sasl		\
35		sasl_client_start.3sasl			\
36		sasl_client_step.3sasl			\
37		sasl_decode.3sasl			\
38		sasl_decode64.3sasl			\
39		sasl_dispose.3sasl			\
40		sasl_done.3sasl				\
41		sasl_encode.3sasl			\
42		sasl_encode64.3sasl			\
43		sasl_erasebuffer.3sasl			\
44		sasl_errdetail.3sasl			\
45		sasl_errors.3sasl			\
46		sasl_errstring.3sasl			\
47		sasl_getcallback_t.3sasl		\
48		sasl_getopt_t.3sasl			\
49		sasl_getpath_t.3sasl			\
50		sasl_getprop.3sasl			\
51		sasl_getrealm_t.3sasl			\
52		sasl_getsecret_t.3sasl			\
53		sasl_getsimple_t.3sasl			\
54		sasl_global_listmech.3sasl		\
55		sasl_idle.3sasl				\
56		sasl_listmech.3sasl			\
57		sasl_log_t.3sasl			\
58		sasl_server_add_plugin.3sasl		\
59		sasl_server_init.3sasl			\
60		sasl_server_new.3sasl			\
61		sasl_server_plug_init_t.3sasl		\
62		sasl_server_start.3sasl			\
63		sasl_server_step.3sasl			\
64		sasl_server_userdb_checkpass_t.3sasl	\
65		sasl_server_userdb_setpass_t.3sasl	\
66		sasl_set_alloc.3sasl			\
67		sasl_set_mutex.3sasl			\
68		sasl_seterror.3sasl			\
69		sasl_setpass.3sasl			\
70		sasl_setprop.3sasl			\
71		sasl_utf8verify.3sasl			\
72		sasl_verifyfile_t.3sasl			\
73		sasl_version.3sasl
74
75.KEEP_STATE:
76
77include		$(SRC)/man/Makefile.man
78
79install:	$(ROOTMANFILES) $(MANLINK_SRCS)
80	$(MANLINK_INSTALL)
81