xref: /illumos-gate/usr/src/man/man9e/Makefile (revision b6805bf78d2bbbeeaea8909a05623587b42d58b3)
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= 	9e
20
21MANFILES= 	Intro.9e		\
22		_fini.9e		\
23	 	aread.9e		\
24	 	attach.9e		\
25	 	awrite.9e		\
26	 	chpoll.9e		\
27	 	close.9e		\
28	 	csx_event_handler.9e	\
29	 	detach.9e		\
30	 	devmap.9e		\
31	 	devmap_access.9e	\
32	 	devmap_contextmgt.9e	\
33	 	devmap_dup.9e		\
34	 	devmap_map.9e		\
35	 	devmap_unmap.9e		\
36	 	dump.9e			\
37	 	getinfo.9e		\
38	 	gld.9e			\
39	 	identify.9e		\
40	 	ioctl.9e		\
41	 	ks_snapshot.9e		\
42	 	ks_update.9e		\
43	 	mmap.9e			\
44	 	open.9e			\
45	 	power.9e		\
46	 	print.9e		\
47	 	probe.9e		\
48	 	prop_op.9e		\
49	 	put.9e			\
50	 	quiesce.9e		\
51	 	read.9e			\
52	 	segmap.9e		\
53	 	srv.9e			\
54	 	strategy.9e		\
55	 	tran_abort.9e		\
56	 	tran_bus_reset.9e	\
57	 	tran_dmafree.9e		\
58	 	tran_getcap.9e		\
59	 	tran_init_pkt.9e	\
60	 	tran_quiesce.9e		\
61	 	tran_reset.9e		\
62	 	tran_reset_notify.9e	\
63	 	tran_setup_pkt.9e	\
64	 	tran_start.9e		\
65	 	tran_sync_pkt.9e	\
66	 	tran_tgt_free.9e	\
67	 	tran_tgt_init.9e	\
68	 	tran_tgt_probe.9e	\
69	 	write.9e
70
71MANLINKS=	_info.9e		\
72	 	_init.9e		\
73	 	gldm_get_stats.9e	\
74	 	gldm_intr.9e		\
75	 	gldm_ioctl.9e		\
76	 	gldm_reset.9e		\
77	 	gldm_send.9e		\
78	 	gldm_set_mac_addr.9e	\
79	 	gldm_set_multicast.9e	\
80	 	gldm_set_promiscuous.9e	\
81	 	gldm_start.9e		\
82	 	gldm_stop.9e		\
83		intro.9e		\
84	 	tran_destroy_pkt.9e	\
85	 	tran_pkt_constructor.9e	\
86	 	tran_pkt_destructor.9e	\
87	 	tran_setcap.9e		\
88	 	tran_teardown_pkt.9e	\
89	 	tran_unquiesce.9e
90
91intro.9e			:= LINKSRC = Intro.9e
92
93_info.9e			:= LINKSRC = _fini.9e
94_init.9e			:= LINKSRC = _fini.9e
95
96gldm_get_stats.9e		:= LINKSRC = gld.9e
97gldm_intr.9e			:= LINKSRC = gld.9e
98gldm_ioctl.9e			:= LINKSRC = gld.9e
99gldm_reset.9e			:= LINKSRC = gld.9e
100gldm_send.9e			:= LINKSRC = gld.9e
101gldm_set_mac_addr.9e		:= LINKSRC = gld.9e
102gldm_set_multicast.9e		:= LINKSRC = gld.9e
103gldm_set_promiscuous.9e		:= LINKSRC = gld.9e
104gldm_start.9e			:= LINKSRC = gld.9e
105gldm_stop.9e			:= LINKSRC = gld.9e
106
107tran_setcap.9e			:= LINKSRC = tran_getcap.9e
108
109tran_destroy_pkt.9e		:= LINKSRC = tran_init_pkt.9e
110
111tran_unquiesce.9e		:= LINKSRC = tran_quiesce.9e
112
113tran_pkt_constructor.9e		:= LINKSRC = tran_setup_pkt.9e
114tran_pkt_destructor.9e		:= LINKSRC = tran_setup_pkt.9e
115tran_teardown_pkt.9e		:= LINKSRC = tran_setup_pkt.9e
116
117.KEEP_STATE:
118
119include		$(SRC)/man/Makefile.man
120
121install:	$(ROOTMANFILES) $(ROOTMANLINKS)
122