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= 3gss 20 21MANFILES= gss_accept_sec_context.3gss \ 22 gss_acquire_cred.3gss \ 23 gss_add_cred.3gss \ 24 gss_add_oid_set_member.3gss \ 25 gss_canonicalize_name.3gss \ 26 gss_compare_name.3gss \ 27 gss_context_time.3gss \ 28 gss_create_empty_oid_set.3gss \ 29 gss_delete_sec_context.3gss \ 30 gss_display_name.3gss \ 31 gss_display_status.3gss \ 32 gss_duplicate_name.3gss \ 33 gss_export_name.3gss \ 34 gss_export_sec_context.3gss \ 35 gss_get_mic.3gss \ 36 gss_import_name.3gss \ 37 gss_import_sec_context.3gss \ 38 gss_indicate_mechs.3gss \ 39 gss_init_sec_context.3gss \ 40 gss_inquire_context.3gss \ 41 gss_inquire_cred.3gss \ 42 gss_inquire_cred_by_mech.3gss \ 43 gss_inquire_mechs_for_name.3gss \ 44 gss_inquire_names_for_mech.3gss \ 45 gss_oid_to_str.3gss \ 46 gss_process_context_token.3gss \ 47 gss_release_buffer.3gss \ 48 gss_release_cred.3gss \ 49 gss_release_name.3gss \ 50 gss_release_oid.3gss \ 51 gss_release_oid_set.3gss \ 52 gss_store_cred.3gss \ 53 gss_str_to_oid.3gss \ 54 gss_test_oid_set_member.3gss \ 55 gss_unwrap.3gss \ 56 gss_verify_mic.3gss \ 57 gss_wrap.3gss \ 58 gss_wrap_size_limit.3gss 59 60.KEEP_STATE: 61 62include $(SRC)/man/Makefile.man 63 64install: $(ROOTMANFILES) 65