xref: /illumos-gate/usr/src/man/man3nsl/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
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 2017 Nexenta Systems, Inc.  All rights reserved.
15#
16
17include		$(SRC)/Makefile.master
18
19MANSECT=	3nsl
20
21MANFILES=	dial.3nsl			\
22		doconfig.3nsl			\
23		gethostbyname.3nsl		\
24		getipsecalgbyname.3nsl		\
25		getipsecprotobyname.3nsl	\
26		getnetconfig.3nsl		\
27		getnetpath.3nsl			\
28		getpublickey.3nsl		\
29		getrpcbyname.3nsl		\
30		netdir.3nsl			\
31		nlsgetcall.3nsl			\
32		nlsprovider.3nsl		\
33		nlsrequest.3nsl			\
34		rpc.3nsl			\
35		rpc_clnt_auth.3nsl		\
36		rpc_clnt_calls.3nsl		\
37		rpc_clnt_create.3nsl		\
38		rpc_control.3nsl		\
39		rpc_gss_get_error.3nsl		\
40		rpc_gss_get_mechanisms.3nsl	\
41		rpc_gss_get_principal_name.3nsl \
42		rpc_gss_getcred.3nsl		\
43		rpc_gss_max_data_length.3nsl	\
44		rpc_gss_mech_to_oid.3nsl	\
45		rpc_gss_seccreate.3nsl		\
46		rpc_gss_set_callback.3nsl	\
47		rpc_gss_set_defaults.3nsl	\
48		rpc_gss_set_svc_name.3nsl	\
49		rpc_soc.3nsl			\
50		rpc_svc_calls.3nsl		\
51		rpc_svc_create.3nsl		\
52		rpc_svc_err.3nsl		\
53		rpc_svc_input.3nsl		\
54		rpc_svc_reg.3nsl		\
55		rpc_xdr.3nsl			\
56		rpcbind.3nsl			\
57		rpcsec_gss.3nsl			\
58		secure_rpc.3nsl			\
59		t_accept.3nsl			\
60		t_alloc.3nsl			\
61		t_bind.3nsl			\
62		t_close.3nsl			\
63		t_connect.3nsl			\
64		t_errno.3nsl			\
65		t_error.3nsl			\
66		t_free.3nsl			\
67		t_getinfo.3nsl			\
68		t_getprotaddr.3nsl		\
69		t_getstate.3nsl			\
70		t_listen.3nsl			\
71		t_look.3nsl			\
72		t_open.3nsl			\
73		t_optmgmt.3nsl			\
74		t_rcv.3nsl			\
75		t_rcvconnect.3nsl		\
76		t_rcvdis.3nsl			\
77		t_rcvrel.3nsl			\
78		t_rcvreldata.3nsl		\
79		t_rcvudata.3nsl			\
80		t_rcvuderr.3nsl			\
81		t_rcvv.3nsl			\
82		t_rcvvudata.3nsl		\
83		t_snd.3nsl			\
84		t_snddis.3nsl			\
85		t_sndrel.3nsl			\
86		t_sndreldata.3nsl		\
87		t_sndudata.3nsl			\
88		t_sndv.3nsl			\
89		t_sndvudata.3nsl		\
90		t_strerror.3nsl			\
91		t_sync.3nsl			\
92		t_sysconf.3nsl			\
93		t_unbind.3nsl			\
94		xdr.3nsl			\
95		xdr_admin.3nsl			\
96		xdr_complex.3nsl		\
97		xdr_create.3nsl			\
98		xdr_simple.3nsl			\
99		yp_update.3nsl			\
100		ypclnt.3nsl
101
102.KEEP_STATE:
103
104include		$(SRC)/man/Makefile.man
105
106install:	$(ROOTMANFILES) $(MANLINK_SRCS)
107	$(MANLINK_INSTALL)
108