8960 libefi: import efichar.c for ucs2 support
[unleashed.git] / usr / src / man / man3iscsit / Makefile
blob694db56e06b419e9fbe802e9e21143d3ab3b1ce2
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.
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.
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
17 include $(SRC)/Makefile.master
19 MANSECT= 3iscsit
21 MANFILES= it_config_load.3iscsit \
22 it_ini_create.3iscsit \
23 it_portal_create.3iscsit \
24 it_tgt_create.3iscsit \
25 it_tpg_create.3iscsit
27 MANLINKS= 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
43 it_config_commit.3iscsit := LINKSRC = it_config_load.3iscsit
44 it_config_free.3iscsit := LINKSRC = it_config_load.3iscsit
45 it_config_setprop.3iscsit := LINKSRC = it_config_load.3iscsit
47 it_ini_delete.3iscsit := LINKSRC = it_ini_create.3iscsit
48 it_ini_free.3iscsit := LINKSRC = it_ini_create.3iscsit
49 it_ini_setprop.3iscsit := LINKSRC = it_ini_create.3iscsit
51 it_portal_delete.3iscsit := LINKSRC = it_portal_create.3iscsit
53 it_tgt_delete.3iscsit := LINKSRC = it_tgt_create.3iscsit
54 it_tgt_free.3iscsit := LINKSRC = it_tgt_create.3iscsit
55 it_tgt_setprop.3iscsit := LINKSRC = it_tgt_create.3iscsit
56 it_tpgt_create.3iscsit := LINKSRC = it_tgt_create.3iscsit
57 it_tpgt_delete.3iscsit := LINKSRC = it_tgt_create.3iscsit
58 it_tpgt_free.3iscsit := LINKSRC = it_tgt_create.3iscsit
60 it_tpg_delete.3iscsit := LINKSRC = it_tpg_create.3iscsit
61 it_tpg_free.3iscsit := LINKSRC = it_tpg_create.3iscsit
63 .KEEP_STATE:
65 include $(SRC)/man/Makefile.man
67 install: $(ROOTMANFILES) $(ROOTMANLINKS)