c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This file and its contents are supplied under the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may only use this file in accordance with the terms of version
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# 1.0 of the CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# A full copy of the text of the CDDL should have accompanied this
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# source. A copy of the CDDL is also available via the Internet
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# at http://www.illumos.org/license/CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2011, Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinclude $(SRC)/Makefile.master
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANSECT= 3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANFILES= blcompare.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe blminmax.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bltocolor.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bltos.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe btohex.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getdevicerange.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getpathbylabel.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getplabel.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getuserrange.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getzonelabelbyid.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getzonerootbyid.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe hextob.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe label_to_str.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe labelbuilder.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe labelclipping.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe m_label.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sbltos.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setflabel.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe stobl.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe str_to_label.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tsol_getrhtype.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANLINKS= Xbcleartos.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe Xbsltos.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bcleartoh.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bcleartoh_r.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bcleartos.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bldominates.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe blequal.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe blinrange.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe blmaximum.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe blminimum.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe blstrictdom.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bltocolor_r.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bsltoh.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bsltoh_r.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe bsltos.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getzoneidbylabel.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getzonelabelbyname.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getzonerootbylabel.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getzonerootbyname.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe h_alloc.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe h_free.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe htobclear.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe htobsl.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe m_label_alloc.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe m_label_dup.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe m_label_free.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sbcleartos.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sbsltos.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe stobclear.3tsol \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe stobsl.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovbldominates.3tsol := LINKSRC = blcompare.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovblequal.3tsol := LINKSRC = blcompare.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovblinrange.3tsol := LINKSRC = blcompare.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovblstrictdom.3tsol := LINKSRC = blcompare.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovblmaximum.3tsol := LINKSRC = blminmax.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovblminimum.3tsol := LINKSRC = blminmax.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovbltocolor_r.3tsol := LINKSRC = bltocolor.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovbcleartos.3tsol := LINKSRC = bltos.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovbsltos.3tsol := LINKSRC = bltos.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovbcleartoh.3tsol := LINKSRC = btohex.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovbcleartoh_r.3tsol := LINKSRC = btohex.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovbsltoh.3tsol := LINKSRC = btohex.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovbsltoh_r.3tsol := LINKSRC = btohex.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovh_alloc.3tsol := LINKSRC = btohex.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovh_free.3tsol := LINKSRC = btohex.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgetzoneidbylabel.3tsol := LINKSRC = getzonelabelbyid.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgetzonelabelbyname.3tsol := LINKSRC = getzonelabelbyid.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgetzonerootbylabel.3tsol := LINKSRC = getzonerootbyid.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgetzonerootbyname.3tsol := LINKSRC = getzonerootbyid.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovhtobclear.3tsol := LINKSRC = hextob.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovhtobsl.3tsol := LINKSRC = hextob.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovXbcleartos.3tsol := LINKSRC = labelclipping.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovXbsltos.3tsol := LINKSRC = labelclipping.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovm_label_alloc.3tsol := LINKSRC = m_label.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovm_label_dup.3tsol := LINKSRC = m_label.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovm_label_free.3tsol := LINKSRC = m_label.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovsbcleartos.3tsol := LINKSRC = sbltos.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovsbsltos.3tsol := LINKSRC = sbltos.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovstobclear.3tsol := LINKSRC = stobl.3tsol
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovstobsl.3tsol := LINKSRC = stobl.3tsol
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinclude $(SRC)/man/Makefile.man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinstall: $(ROOTMANFILES) $(ROOTMANLINKS)