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= 3stmf 20 21MANFILES= stmfAddToHostGroup.3stmf \ 22 stmfAddToTargetGroup.3stmf \ 23 stmfAddViewEntry.3stmf \ 24 stmfClearProviderData.3stmf \ 25 stmfCreateHostGroup.3stmf \ 26 stmfCreateLu.3stmf \ 27 stmfCreateLuResource.3stmf \ 28 stmfCreateTargetGroup.3stmf \ 29 stmfDeleteHostGroup.3stmf \ 30 stmfDeleteLu.3stmf \ 31 stmfDeleteTargetGroup.3stmf \ 32 stmfDevidFromIscsiName.3stmf \ 33 stmfDevidFromWwn.3stmf \ 34 stmfFreeLuResource.3stmf \ 35 stmfFreeMemory.3stmf \ 36 stmfGetHostGroupList.3stmf \ 37 stmfGetHostGroupMembers.3stmf \ 38 stmfGetLogicalUnitList.3stmf \ 39 stmfGetLogicalUnitProperties.3stmf \ 40 stmfGetLuResource.3stmf \ 41 stmfGetPersistMethod.3stmf \ 42 stmfGetProviderData.3stmf \ 43 stmfGetProviderDataProt.3stmf \ 44 stmfGetState.3stmf \ 45 stmfGetTargetGroupList.3stmf \ 46 stmfGetTargetGroupMembers.3stmf \ 47 stmfGetTargetList.3stmf \ 48 stmfGetTargetProperties.3stmf \ 49 stmfGetViewEntryList.3stmf \ 50 stmfModifyLu.3stmf \ 51 stmfOfflineLogicalUnit.3stmf \ 52 stmfOfflineTarget.3stmf \ 53 stmfOnlineLogicalUnit.3stmf \ 54 stmfOnlineTarget.3stmf \ 55 stmfRemoveFromHostGroup.3stmf \ 56 stmfRemoveFromTargetGroup.3stmf \ 57 stmfRemoveViewEntry.3stmf \ 58 stmfSetLuProp.3stmf \ 59 stmfSetPersistMethod.3stmf \ 60 stmfSetProviderData.3stmf \ 61 stmfSetProviderDataProt.3stmf 62 63MANLINKS= stmfGetLuProp.3stmf \ 64 stmfModifyLuByFname.3stmf 65 66stmfModifyLuByFname.3stmf := LINKSRC = stmfModifyLu.3stmf 67 68stmfGetLuProp.3stmf := LINKSRC = stmfSetLuProp.3stmf 69 70.KEEP_STATE: 71 72include $(SRC)/man/Makefile.man 73 74install: $(ROOTMANFILES) $(ROOTMANLINKS) 75