8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3sasl / Makefile
blobfa5c42c6fd856e239924fd5e34fd31c0c8c8d461
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.
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.
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
17 include $(SRC)/Makefile.master
19 MANSECT= 3sasl
21 MANFILES= 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
75 MANLINKS= prop_clear.3sasl \
76 prop_dispose.3sasl \
77 prop_dup.3sasl \
78 prop_erase.3sasl \
79 prop_format.3sasl \
80 prop_get.3sasl \
81 prop_getnames.3sasl \
82 prop_new.3sasl \
83 prop_request.3sasl \
84 prop_set.3sasl \
85 prop_setvals.3sasl \
86 sasl_encodev.3sasl
88 prop_clear.3sasl := LINKSRC = sasl_auxprop.3sasl
89 prop_dispose.3sasl := LINKSRC = sasl_auxprop.3sasl
90 prop_dup.3sasl := LINKSRC = sasl_auxprop.3sasl
91 prop_erase.3sasl := LINKSRC = sasl_auxprop.3sasl
92 prop_format.3sasl := LINKSRC = sasl_auxprop.3sasl
93 prop_get.3sasl := LINKSRC = sasl_auxprop.3sasl
94 prop_getnames.3sasl := LINKSRC = sasl_auxprop.3sasl
95 prop_new.3sasl := LINKSRC = sasl_auxprop.3sasl
96 prop_request.3sasl := LINKSRC = sasl_auxprop.3sasl
97 prop_set.3sasl := LINKSRC = sasl_auxprop.3sasl
98 prop_setvals.3sasl := LINKSRC = sasl_auxprop.3sasl
100 sasl_encodev.3sasl := LINKSRC = sasl_encode.3sasl
102 .KEEP_STATE:
104 include $(SRC)/man/Makefile.man
106 install: $(ROOTMANFILES) $(ROOTMANLINKS)