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
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
21 MANFILES
= sasl_authorize_t
.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 \
43 sasl_erasebuffer
.3sasl \
44 sasl_errdetail
.3sasl \
46 sasl_errstring
.3sasl \
47 sasl_getcallback_t
.3sasl \
49 sasl_getpath_t
.3sasl \
51 sasl_getrealm_t
.3sasl \
52 sasl_getsecret_t
.3sasl \
53 sasl_getsimple_t
.3sasl \
54 sasl_global_listmech
.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 \
71 sasl_utf8verify
.3sasl \
72 sasl_verifyfile_t
.3sasl \
75 MANLINKS
= prop_clear
.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
104 include $(SRC
)/man
/Makefile.man
106 install: $(ROOTMANFILES
) $(ROOTMANLINKS
)