summaryrefslogtreecommitdiff
path: root/usr/src/man/man3mpapi
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2013-08-29 02:33:28 +0400
committerRichard Lowe <richlowe@richlowe.net>2013-08-30 11:59:42 -0400
commita9478106a12424322498e53cf7cd75bd8a4d6004 (patch)
tree3c354e0c751a24f59a2ad6fa5965e59f257c4931 /usr/src/man/man3mpapi
parent5253393b09789ec67bec153b866d7285a1cf1645 (diff)
downloadillumos-joyent-a9478106a12424322498e53cf7cd75bd8a4d6004.tar.gz
3600 edit(1) is a bad .so reference
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3mpapi')
-rw-r--r--usr/src/man/man3mpapi/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr/src/man/man3mpapi/Makefile b/usr/src/man/man3mpapi/Makefile
index 5272383622..4a209e3fd4 100644
--- a/usr/src/man/man3mpapi/Makefile
+++ b/usr/src/man/man3mpapi/Makefile
@@ -9,13 +9,16 @@
# at http://www.illumos.org/license/CDDL.
#
+#
# Copyright 2011, Richard Lowe
+# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
+#
-include ../../Makefile.master
+include $(SRC)/Makefile.master
-MANSECT = 3mpapi
+MANSECT= 3mpapi
-MANFILES = MP_AssignLogicalUnitToTPG.3mpapi \
+MANFILES= MP_AssignLogicalUnitToTPG.3mpapi \
MP_CancelOverridePath.3mpapi \
MP_CompareOIDs.3mpapi \
MP_DeregisterForObjectPropertyChanges.3mpapi \
@@ -63,6 +66,6 @@ MANFILES = MP_AssignLogicalUnitToTPG.3mpapi \
.KEEP_STATE:
-include ../Makefile.man
+include $(SRC)/man/Makefile.man
-install: $(ROOTMANFILES)
+install: $(ROOTMANFILES)