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