diff options
Diffstat (limited to 'usr/src/man/man3fcoe')
| -rw-r--r-- | usr/src/man/man3fcoe/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/usr/src/man/man3fcoe/Makefile b/usr/src/man/man3fcoe/Makefile index cd9a550873..65b0e82a6b 100644 --- a/usr/src/man/man3fcoe/Makefile +++ b/usr/src/man/man3fcoe/Makefile @@ -9,20 +9,21 @@ # 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 = 3fcoe +MANSECT= 3fcoe -MANFILES = FCOE_CreatePort.3fcoe \ +MANFILES= FCOE_CreatePort.3fcoe \ FCOE_DeletePort.3fcoe \ FCOE_GetPortList.3fcoe .KEEP_STATE: -include ../Makefile.man - -install: $(ROOTMANFILES) - +include $(SRC)/man/Makefile.man +install: $(ROOTMANFILES) |
