diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2013-08-29 02:33:28 +0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-08-30 11:59:42 -0400 |
commit | a9478106a12424322498e53cf7cd75bd8a4d6004 (patch) | |
tree | 3c354e0c751a24f59a2ad6fa5965e59f257c4931 /usr/src/man/man7ipp | |
parent | 5253393b09789ec67bec153b866d7285a1cf1645 (diff) | |
download | illumos-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/man7ipp')
-rw-r--r-- | usr/src/man/man7ipp/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/usr/src/man/man7ipp/Makefile b/usr/src/man/man7ipp/Makefile index fbf8694fbb..e51c7646f2 100644 --- a/usr/src/man/man7ipp/Makefile +++ b/usr/src/man/man7ipp/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 = 7ipp +MANSECT= 7ipp -MANFILES = dlcosmk.7ipp \ +MANFILES= dlcosmk.7ipp \ dscpmk.7ipp \ flowacct.7ipp \ ipgpc.7ipp \ @@ -25,8 +28,6 @@ MANFILES = dlcosmk.7ipp \ .KEEP_STATE: -include ../Makefile.man - -install: $(ROOTMANFILES) - +include $(SRC)/man/Makefile.man +install: $(ROOTMANFILES) |