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
17 include $(SRC)/Makefile.master
18
19 MANSECT= 3nsl
20
21 MANFILES= 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 \
130 clnt_sperrno.3nsl \
131 clnt_sperror.3nsl \
132 clnt_tli_create.3nsl \
133 clnt_tp_create.3nsl \
134 clnt_tp_create_timed.3nsl \
135 clnt_vc_create.3nsl \
136 clntraw_create.3nsl \
137 clnttcp_create.3nsl \
138 clntudp_bufcreate.3nsl \
139 clntudp_create.3nsl \
140 endhostent.3nsl \
141 endnetconfig.3nsl \
142 endnetpath.3nsl \
143 endrpcent.3nsl \
144 freeipsecalgent.3nsl \
145 freenetconfigent.3nsl \
146 get_myaddress.3nsl \
147 gethostbyaddr.3nsl \
148 gethostbyaddr_r.3nsl \
149 gethostbyname_r.3nsl \
150 gethostent.3nsl \
151 gethostent_r.3nsl \
152 getipsecalgbynum.3nsl \
153 getipsecprotobynum.3nsl \
154 getnetconfigent.3nsl \
155 getnetname.3nsl \
156 getrpcbyname_r.3nsl \
157 getrpcbynumber.3nsl \
158 getrpcbynumber_r.3nsl \
159 getrpcent.3nsl \
160 getrpcent_r.3nsl \
161 getrpcport.3nsl \
162 getsecretkey.3nsl \
163 host2netname.3nsl \
164 key_decryptsession.3nsl \
165 key_encryptsession.3nsl \
166 key_gendes.3nsl \
167 key_secretkey_is_set.3nsl \
168 key_setsecret.3nsl \
169 nc_perror.3nsl \
170 nc_sperror.3nsl \
304 xdrrec_eof.3nsl \
305 xdrrec_readbytes.3nsl \
306 xdrrec_skiprecord.3nsl \
307 xdrstdio_create.3nsl \
308 xprt_register.3nsl \
309 xprt_unregister.3nsl \
310 yp_all.3nsl \
311 yp_bind.3nsl \
312 yp_first.3nsl \
313 yp_get_default_domain.3nsl \
314 yp_master.3nsl \
315 yp_match.3nsl \
316 yp_next.3nsl \
317 yp_order.3nsl \
318 yp_unbind.3nsl \
319 yperr_string.3nsl \
320 ypprot_err.3nsl
321
322 undial.3nsl := LINKSRC = dial.3nsl
323
324 endhostent.3nsl := LINKSRC = gethostbyname.3nsl
325 gethostbyaddr.3nsl := LINKSRC = gethostbyname.3nsl
326 gethostbyaddr_r.3nsl := LINKSRC = gethostbyname.3nsl
327 gethostbyname_r.3nsl := LINKSRC = gethostbyname.3nsl
328 gethostent.3nsl := LINKSRC = gethostbyname.3nsl
329 gethostent_r.3nsl := LINKSRC = gethostbyname.3nsl
330 sethostent.3nsl := LINKSRC = gethostbyname.3nsl
331
332 freeipsecalgent.3nsl := LINKSRC = getipsecalgbyname.3nsl
333 getipsecalgbynum.3nsl := LINKSRC = getipsecalgbyname.3nsl
334
335 getipsecprotobynum.3nsl := LINKSRC = getipsecprotobyname.3nsl
336
337 endnetconfig.3nsl := LINKSRC = getnetconfig.3nsl
338 freenetconfigent.3nsl := LINKSRC = getnetconfig.3nsl
339 getnetconfigent.3nsl := LINKSRC = getnetconfig.3nsl
340 nc_perror.3nsl := LINKSRC = getnetconfig.3nsl
341 nc_sperror.3nsl := LINKSRC = getnetconfig.3nsl
342 setnetconfig.3nsl := LINKSRC = getnetconfig.3nsl
343
344 endnetpath.3nsl := LINKSRC = getnetpath.3nsl
345 setnetpath.3nsl := LINKSRC = getnetpath.3nsl
346
347 getsecretkey.3nsl := LINKSRC = getpublickey.3nsl
348 publickey.3nsl := LINKSRC = getpublickey.3nsl
349
350 endrpcent.3nsl := LINKSRC = getrpcbyname.3nsl
351 getrpcbyname_r.3nsl := LINKSRC = getrpcbyname.3nsl
|
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 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
16 #
17
18 include $(SRC)/Makefile.master
19
20 MANSECT= 3nsl
21
22 MANFILES= dial.3nsl \
23 doconfig.3nsl \
24 gethostbyname.3nsl \
25 gethostent.3nsl \
26 getipsecalgbyname.3nsl \
27 getipsecprotobyname.3nsl \
28 getnetconfig.3nsl \
29 getnetpath.3nsl \
30 getpublickey.3nsl \
31 getrpcbyname.3nsl \
32 netdir.3nsl \
33 nlsgetcall.3nsl \
34 nlsprovider.3nsl \
35 nlsrequest.3nsl \
36 rpc.3nsl \
37 rpc_clnt_auth.3nsl \
38 rpc_clnt_calls.3nsl \
39 rpc_clnt_create.3nsl \
40 rpc_control.3nsl \
41 rpc_gss_get_error.3nsl \
42 rpc_gss_get_mechanisms.3nsl \
43 rpc_gss_get_principal_name.3nsl \
44 rpc_gss_getcred.3nsl \
45 rpc_gss_max_data_length.3nsl \
132 clnt_sperrno.3nsl \
133 clnt_sperror.3nsl \
134 clnt_tli_create.3nsl \
135 clnt_tp_create.3nsl \
136 clnt_tp_create_timed.3nsl \
137 clnt_vc_create.3nsl \
138 clntraw_create.3nsl \
139 clnttcp_create.3nsl \
140 clntudp_bufcreate.3nsl \
141 clntudp_create.3nsl \
142 endhostent.3nsl \
143 endnetconfig.3nsl \
144 endnetpath.3nsl \
145 endrpcent.3nsl \
146 freeipsecalgent.3nsl \
147 freenetconfigent.3nsl \
148 get_myaddress.3nsl \
149 gethostbyaddr.3nsl \
150 gethostbyaddr_r.3nsl \
151 gethostbyname_r.3nsl \
152 gethostent_r.3nsl \
153 getipsecalgbynum.3nsl \
154 getipsecprotobynum.3nsl \
155 getnetconfigent.3nsl \
156 getnetname.3nsl \
157 getrpcbyname_r.3nsl \
158 getrpcbynumber.3nsl \
159 getrpcbynumber_r.3nsl \
160 getrpcent.3nsl \
161 getrpcent_r.3nsl \
162 getrpcport.3nsl \
163 getsecretkey.3nsl \
164 host2netname.3nsl \
165 key_decryptsession.3nsl \
166 key_encryptsession.3nsl \
167 key_gendes.3nsl \
168 key_secretkey_is_set.3nsl \
169 key_setsecret.3nsl \
170 nc_perror.3nsl \
171 nc_sperror.3nsl \
305 xdrrec_eof.3nsl \
306 xdrrec_readbytes.3nsl \
307 xdrrec_skiprecord.3nsl \
308 xdrstdio_create.3nsl \
309 xprt_register.3nsl \
310 xprt_unregister.3nsl \
311 yp_all.3nsl \
312 yp_bind.3nsl \
313 yp_first.3nsl \
314 yp_get_default_domain.3nsl \
315 yp_master.3nsl \
316 yp_match.3nsl \
317 yp_next.3nsl \
318 yp_order.3nsl \
319 yp_unbind.3nsl \
320 yperr_string.3nsl \
321 ypprot_err.3nsl
322
323 undial.3nsl := LINKSRC = dial.3nsl
324
325 gethostbyaddr.3nsl := LINKSRC = gethostbyname.3nsl
326 gethostbyaddr_r.3nsl := LINKSRC = gethostbyname.3nsl
327 gethostbyname_r.3nsl := LINKSRC = gethostbyname.3nsl
328
329 endhostent.3nsl := LINKSRC = gethostent.3nsl
330 gethostent_r.3nsl := LINKSRC = gethostent.3nsl
331 sethostent.3nsl := LINKSRC = gethostent.3nsl
332
333 freeipsecalgent.3nsl := LINKSRC = getipsecalgbyname.3nsl
334 getipsecalgbynum.3nsl := LINKSRC = getipsecalgbyname.3nsl
335
336 getipsecprotobynum.3nsl := LINKSRC = getipsecprotobyname.3nsl
337
338 endnetconfig.3nsl := LINKSRC = getnetconfig.3nsl
339 freenetconfigent.3nsl := LINKSRC = getnetconfig.3nsl
340 getnetconfigent.3nsl := LINKSRC = getnetconfig.3nsl
341 nc_perror.3nsl := LINKSRC = getnetconfig.3nsl
342 nc_sperror.3nsl := LINKSRC = getnetconfig.3nsl
343 setnetconfig.3nsl := LINKSRC = getnetconfig.3nsl
344
345 endnetpath.3nsl := LINKSRC = getnetpath.3nsl
346 setnetpath.3nsl := LINKSRC = getnetpath.3nsl
347
348 getsecretkey.3nsl := LINKSRC = getpublickey.3nsl
349 publickey.3nsl := LINKSRC = getpublickey.3nsl
350
351 endrpcent.3nsl := LINKSRC = getrpcbyname.3nsl
352 getrpcbyname_r.3nsl := LINKSRC = getrpcbyname.3nsl
|