diff options
Diffstat (limited to 'usr/src/man/man3kstat/Makefile')
-rw-r--r-- | usr/src/man/man3kstat/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/usr/src/man/man3kstat/Makefile b/usr/src/man/man3kstat/Makefile index f8820f04cd..e7a73d59b4 100644 --- a/usr/src/man/man3kstat/Makefile +++ b/usr/src/man/man3kstat/Makefile @@ -9,32 +9,33 @@ # 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 = 3kstat +MANSECT= 3kstat -MANFILES = kstat.3kstat \ +MANFILES= kstat.3kstat \ kstat_chain_update.3kstat \ kstat_lookup.3kstat \ kstat_open.3kstat \ kstat_read.3kstat -MANSOFILES = kstat_close.3kstat \ +MANLINKS= kstat_close.3kstat \ kstat_data_lookup.3kstat \ kstat_write.3kstat -MANFILES += $(MANSOFILES) - -kstat_data_lookup.3kstat := SOSRC = man3kstat/kstat_lookup.3kstat +kstat_data_lookup.3kstat := LINKSRC = kstat_lookup.3kstat -kstat_close.3kstat := SOSRC = man3kstat/kstat_open.3kstat +kstat_close.3kstat := LINKSRC = kstat_open.3kstat -kstat_write.3kstat := SOSRC = man3kstat/kstat_read.3kstat +kstat_write.3kstat := LINKSRC = kstat_read.3kstat .KEEP_STATE: -include ../Makefile.man +include $(SRC)/man/Makefile.man -install: $(ROOTMANFILES) +install: $(ROOTMANFILES) $(ROOTMANLINKS) |