xref: /illumos-gate/usr/src/man/man3socket/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 2018 Nexenta Systems, Inc.
15# Copyright 2013, OmniTI Computer Consulting, Inc.
16#
17
18include		$(SRC)/Makefile.master
19
20MANSECT=	3socket
21
22MANFILES=	accept.3socket		\
23		bind.3socket		\
24		connect.3socket		\
25		ethers.3socket		\
26		getaddrinfo.3socket	\
27		getifaddrs.3socket	\
28		getipnodebyname.3socket \
29		getnetbyname.3socket	\
30		getpeername.3socket	\
31		getprotobyname.3socket	\
32		getservbyname.3socket	\
33		getsockname.3socket	\
34		getsockopt.3socket	\
35		getsourcefilter.3socket \
36		icmp6_filter.3socket	\
37		if_nametoindex.3socket	\
38		inet6_opt.3socket	\
39		inet6_rth.3socket	\
40		listen.3socket		\
41		rcmd.3socket		\
42		recv.3socket		\
43		rexec.3socket		\
44		sctp_bindx.3socket	\
45		sctp_getladdrs.3socket	\
46		sctp_getpaddrs.3socket	\
47		sctp_opt_info.3socket	\
48		sctp_peeloff.3socket	\
49		sctp_recvmsg.3socket	\
50		sctp_send.3socket	\
51		sctp_sendmsg.3socket	\
52		send.3socket		\
53		sockaddr.3socket	\
54		shutdown.3socket	\
55		socket.3socket		\
56		socketpair.3socket	\
57		spray.3socket
58
59.KEEP_STATE:
60
61include		$(SRC)/man/Makefile.man
62
63install:	$(ROOTMANFILES) $(MANLINK_SRCS)
64	$(MANLINK_INSTALL)
65