summaryrefslogtreecommitdiff
path: root/usr/src/man/man3lgrp
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/man3lgrp
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/man3lgrp')
-rw-r--r--usr/src/man/man3lgrp/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/usr/src/man/man3lgrp/Makefile b/usr/src/man/man3lgrp/Makefile
index a92e9f0417..7123bfd28e 100644
--- a/usr/src/man/man3lgrp/Makefile
+++ b/usr/src/man/man3lgrp/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 = 3lgrp
+MANSECT= 3lgrp
-MANFILES = lgrp_affinity_get.3lgrp \
+MANFILES= lgrp_affinity_get.3lgrp \
lgrp_children.3lgrp \
lgrp_cookie_stale.3lgrp \
lgrp_cpus.3lgrp \
@@ -31,17 +34,15 @@ MANFILES = lgrp_affinity_get.3lgrp \
lgrp_version.3lgrp \
lgrp_view.3lgrp
-MANSOFILES = lgrp_affinity_set.3lgrp \
+MANLINKS= lgrp_affinity_set.3lgrp \
lgrp_latency_cookie.3lgrp
-MANFILES += $(MANSOFILES)
-
-lgrp_affinity_set.3lgrp := SOSRC = man3lgrp/lgrp_affinity_get.3lgrp
+lgrp_affinity_set.3lgrp := LINKSRC = lgrp_affinity_get.3lgrp
-lgrp_latency_cookie.3lgrp := SOSRC = man3lgrp/lgrp_latency.3lgrp
+lgrp_latency_cookie.3lgrp := LINKSRC = lgrp_latency.3lgrp
.KEEP_STATE:
-include ../Makefile.man
+include $(SRC)/man/Makefile.man
-install: $(ROOTMANFILES)
+install: $(ROOTMANFILES) $(ROOTMANLINKS)