diff options
Diffstat (limited to 'usr/src/man/man3dat/Makefile')
| -rw-r--r-- | usr/src/man/man3dat/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr/src/man/man3dat/Makefile b/usr/src/man/man3dat/Makefile index cb54c45e2e..f04b246e70 100644 --- a/usr/src/man/man3dat/Makefile +++ b/usr/src/man/man3dat/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 = 3dat +MANSECT= 3dat -MANFILES = dat_cno_create.3dat \ +MANFILES= dat_cno_create.3dat \ dat_cno_free.3dat \ dat_cno_modify_agent.3dat \ dat_cno_query.3dat \ @@ -91,6 +94,6 @@ MANFILES = dat_cno_create.3dat \ .KEEP_STATE: -include ../Makefile.man +include $(SRC)/man/Makefile.man -install: $(ROOTMANFILES) +install: $(ROOTMANFILES) |
