xref: /illumos-gate/usr/src/man/man3iscsit/Makefile (revision 37e2cd25d56b334a2403f2540a0b0a1e6a40bcd1)
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= 	3iscsit
20
21MANFILES= 	it_config_load.3iscsit		\
22	 	it_ini_create.3iscsit		\
23		it_portal_create.3iscsit	\
24		it_tgt_create.3iscsit		\
25		it_tpg_create.3iscsit
26
27MANLINKS=	it_config_commit.3iscsit	\
28		it_config_free.3iscsit		\
29		it_config_setprop.3iscsit	\
30		it_ini_delete.3iscsit		\
31		it_ini_free.3iscsit		\
32		it_ini_setprop.3iscsit		\
33		it_portal_delete.3iscsit	\
34		it_tgt_delete.3iscsit		\
35		it_tgt_free.3iscsit		\
36		it_tgt_setprop.3iscsit		\
37		it_tpg_delete.3iscsit		\
38		it_tpg_free.3iscsit		\
39		it_tpgt_create.3iscsit		\
40		it_tpgt_delete.3iscsit		\
41		it_tpgt_free.3iscsit
42
43it_config_commit.3iscsit	:= LINKSRC = it_config_load.3iscsit
44it_config_free.3iscsit		:= LINKSRC = it_config_load.3iscsit
45it_config_setprop.3iscsit	:= LINKSRC = it_config_load.3iscsit
46
47it_ini_delete.3iscsit		:= LINKSRC = it_ini_create.3iscsit
48it_ini_free.3iscsit		:= LINKSRC = it_ini_create.3iscsit
49it_ini_setprop.3iscsit		:= LINKSRC = it_ini_create.3iscsit
50
51it_portal_delete.3iscsit	:= LINKSRC = it_portal_create.3iscsit
52
53it_tgt_delete.3iscsit		:= LINKSRC = it_tgt_create.3iscsit
54it_tgt_free.3iscsit		:= LINKSRC = it_tgt_create.3iscsit
55it_tgt_setprop.3iscsit		:= LINKSRC = it_tgt_create.3iscsit
56it_tpgt_create.3iscsit		:= LINKSRC = it_tgt_create.3iscsit
57it_tpgt_delete.3iscsit		:= LINKSRC = it_tgt_create.3iscsit
58it_tpgt_free.3iscsit		:= LINKSRC = it_tgt_create.3iscsit
59
60it_tpg_delete.3iscsit		:= LINKSRC = it_tpg_create.3iscsit
61it_tpg_free.3iscsit		:= LINKSRC = it_tpg_create.3iscsit
62
63.KEEP_STATE:
64
65include		$(SRC)/man/Makefile.man
66
67install:	$(ROOTMANFILES) $(ROOTMANLINKS)
68