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# Copyright 2011, Richard Lowe 13 14include ../../Makefile.master 15 16MANSECT = 3sasl 17 18MANFILES = sasl_authorize_t.3sasl \ 19 sasl_auxprop.3sasl \ 20 sasl_auxprop_add_plugin.3sasl \ 21 sasl_auxprop_getctx.3sasl \ 22 sasl_auxprop_request.3sasl \ 23 sasl_canon_user_t.3sasl \ 24 sasl_canonuser_add_plugin.3sasl \ 25 sasl_chalprompt_t.3sasl \ 26 sasl_checkapop.3sasl \ 27 sasl_checkpass.3sasl \ 28 sasl_client_add_plugin.3sasl \ 29 sasl_client_init.3sasl \ 30 sasl_client_new.3sasl \ 31 sasl_client_plug_init_t.3sasl \ 32 sasl_client_start.3sasl \ 33 sasl_client_step.3sasl \ 34 sasl_decode.3sasl \ 35 sasl_decode64.3sasl \ 36 sasl_dispose.3sasl \ 37 sasl_done.3sasl \ 38 sasl_encode.3sasl \ 39 sasl_encode64.3sasl \ 40 sasl_erasebuffer.3sasl \ 41 sasl_errdetail.3sasl \ 42 sasl_errors.3sasl \ 43 sasl_errstring.3sasl \ 44 sasl_getcallback_t.3sasl \ 45 sasl_getopt_t.3sasl \ 46 sasl_getpath_t.3sasl \ 47 sasl_getprop.3sasl \ 48 sasl_getrealm_t.3sasl \ 49 sasl_getsecret_t.3sasl \ 50 sasl_getsimple_t.3sasl \ 51 sasl_global_listmech.3sasl \ 52 sasl_idle.3sasl \ 53 sasl_listmech.3sasl \ 54 sasl_log_t.3sasl \ 55 sasl_server_add_plugin.3sasl \ 56 sasl_server_init.3sasl \ 57 sasl_server_new.3sasl \ 58 sasl_server_plug_init_t.3sasl \ 59 sasl_server_start.3sasl \ 60 sasl_server_step.3sasl \ 61 sasl_server_userdb_checkpass_t.3sasl \ 62 sasl_server_userdb_setpass_t.3sasl \ 63 sasl_set_alloc.3sasl \ 64 sasl_set_mutex.3sasl \ 65 sasl_seterror.3sasl \ 66 sasl_setpass.3sasl \ 67 sasl_setprop.3sasl \ 68 sasl_utf8verify.3sasl \ 69 sasl_verifyfile_t.3sasl \ 70 sasl_version.3sasl 71 72MANSOFILES = prop_clear.3sasl \ 73 prop_dispose.3sasl \ 74 prop_dup.3sasl \ 75 prop_erase.3sasl \ 76 prop_format.3sasl \ 77 prop_get.3sasl \ 78 prop_getnames.3sasl \ 79 prop_new.3sasl \ 80 prop_request.3sasl \ 81 prop_set.3sasl \ 82 prop_setvals.3sasl \ 83 sasl_encodev.3sasl 84 85MANFILES += $(MANSOFILES) 86 87prop_clear.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 88prop_dispose.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 89prop_dup.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 90prop_erase.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 91prop_format.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 92prop_get.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 93prop_getnames.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 94prop_new.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 95prop_request.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 96prop_set.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 97prop_setvals.3sasl := SOSRC = man3sasl/sasl_auxprop.3sasl 98 99sasl_encodev.3sasl := SOSRC = man3sasl/sasl_encode.3sasl 100 101.KEEP_STATE: 102 103include ../Makefile.man 104 105install: $(ROOTMANFILES) 106