Makefile (c10c16dec587a0662068f6e2991c29ed3a9db943) Makefile (a9478106a12424322498e53cf7cd75bd8a4d6004)
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
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#
12# Copyright 2011, Richard Lowe
13# Copyright 2011, Richard Lowe
14# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
15#
13
16
14include ../../Makefile.master
17include $(SRC)/Makefile.master
15
18
16MANSECT = 3mpapi
19MANSECT= 3mpapi
17
20
18MANFILES = MP_AssignLogicalUnitToTPG.3mpapi \
21MANFILES= MP_AssignLogicalUnitToTPG.3mpapi \
19 MP_CancelOverridePath.3mpapi \
20 MP_CompareOIDs.3mpapi \
21 MP_DeregisterForObjectPropertyChanges.3mpapi \
22 MP_DeregisterForObjectVisibilityChanges.3mpapi \
23 MP_DeregisterPlugin.3mpapi \
24 MP_DisableAutoFailback.3mpapi \
25 MP_DisableAutoProbing.3mpapi \
26 MP_DisablePath.3mpapi \

--- 31 unchanged lines hidden (view full) ---

58 MP_SetPluginLoadBalanceType.3mpapi \
59 MP_SetProbingPollingRate.3mpapi \
60 MP_SetProprietaryProperties.3mpapi \
61 MP_SetTPGAccess.3mpapi \
62 Sun_MP_SendScsiCmd.3mpapi
63
64.KEEP_STATE:
65
22 MP_CancelOverridePath.3mpapi \
23 MP_CompareOIDs.3mpapi \
24 MP_DeregisterForObjectPropertyChanges.3mpapi \
25 MP_DeregisterForObjectVisibilityChanges.3mpapi \
26 MP_DeregisterPlugin.3mpapi \
27 MP_DisableAutoFailback.3mpapi \
28 MP_DisableAutoProbing.3mpapi \
29 MP_DisablePath.3mpapi \

--- 31 unchanged lines hidden (view full) ---

61 MP_SetPluginLoadBalanceType.3mpapi \
62 MP_SetProbingPollingRate.3mpapi \
63 MP_SetProprietaryProperties.3mpapi \
64 MP_SetTPGAccess.3mpapi \
65 Sun_MP_SendScsiCmd.3mpapi
66
67.KEEP_STATE:
68
66include ../Makefile.man
69include $(SRC)/man/Makefile.man
67
70
68install: $(ROOTMANFILES)
71install: $(ROOTMANFILES)