1010N/A#
1879N/A# This file and its contents are supplied under the terms of the
1010N/A# Common Development and Distribution License ("CDDL"), version 1.0.
1010N/A# You may only use this file in accordance with the terms of version
1010N/A# 1.0 of the CDDL.
1010N/A#
1010N/A# A full copy of the text of the CDDL should have accompanied this
1010N/A# source. A copy of the CDDL is also available via the Internet
1010N/A# at http://www.illumos.org/license/CDDL.
1010N/A#
1010N/A
1010N/A#
1010N/A# Copyright 2011, Richard Lowe
1010N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
1010N/A#
1010N/A
1010N/Ainclude $(SRC)/Makefile.master
1010N/A
1472N/AMANSECT= 3tsol
1472N/A
1472N/AMANFILES= blcompare.3tsol \
1010N/A blminmax.3tsol \
1010N/A bltocolor.3tsol \
1010N/A bltos.3tsol \
1879N/A btohex.3tsol \
1879N/A getdevicerange.3tsol \
1879N/A getpathbylabel.3tsol \
1010N/A getplabel.3tsol \
1010N/A getuserrange.3tsol \
1010N/A getzonelabelbyid.3tsol \
1010N/A getzonerootbyid.3tsol \
1010N/A hextob.3tsol \
1010N/A label_to_str.3tsol \
1010N/A labelbuilder.3tsol \
1010N/A labelclipping.3tsol \
1010N/A m_label.3tsol \
1010N/A sbltos.3tsol \
1010N/A setflabel.3tsol \
1010N/A stobl.3tsol \
1010N/A str_to_label.3tsol \
1010N/A tsol_getrhtype.3tsol
1010N/A
1879N/AMANLINKS= Xbcleartos.3tsol \
1879N/A Xbsltos.3tsol \
bcleartoh.3tsol \
bcleartoh_r.3tsol \
bcleartos.3tsol \
bldominates.3tsol \
blequal.3tsol \
blinrange.3tsol \
blmaximum.3tsol \
blminimum.3tsol \
blstrictdom.3tsol \
bltocolor_r.3tsol \
bsltoh.3tsol \
bsltoh_r.3tsol \
bsltos.3tsol \
getzoneidbylabel.3tsol \
getzonelabelbyname.3tsol \
getzonerootbylabel.3tsol \
getzonerootbyname.3tsol \
h_alloc.3tsol \
h_free.3tsol \
htobclear.3tsol \
htobsl.3tsol \
m_label_alloc.3tsol \
m_label_dup.3tsol \
m_label_free.3tsol \
sbcleartos.3tsol \
sbsltos.3tsol \
stobclear.3tsol \
stobsl.3tsol
bldominates.3tsol := LINKSRC = blcompare.3tsol
blequal.3tsol := LINKSRC = blcompare.3tsol
blinrange.3tsol := LINKSRC = blcompare.3tsol
blstrictdom.3tsol := LINKSRC = blcompare.3tsol
blmaximum.3tsol := LINKSRC = blminmax.3tsol
blminimum.3tsol := LINKSRC = blminmax.3tsol
bltocolor_r.3tsol := LINKSRC = bltocolor.3tsol
bcleartos.3tsol := LINKSRC = bltos.3tsol
bsltos.3tsol := LINKSRC = bltos.3tsol
bcleartoh.3tsol := LINKSRC = btohex.3tsol
bcleartoh_r.3tsol := LINKSRC = btohex.3tsol
bsltoh.3tsol := LINKSRC = btohex.3tsol
bsltoh_r.3tsol := LINKSRC = btohex.3tsol
h_alloc.3tsol := LINKSRC = btohex.3tsol
h_free.3tsol := LINKSRC = btohex.3tsol
getzoneidbylabel.3tsol := LINKSRC = getzonelabelbyid.3tsol
getzonelabelbyname.3tsol := LINKSRC = getzonelabelbyid.3tsol
getzonerootbylabel.3tsol := LINKSRC = getzonerootbyid.3tsol
getzonerootbyname.3tsol := LINKSRC = getzonerootbyid.3tsol
htobclear.3tsol := LINKSRC = hextob.3tsol
htobsl.3tsol := LINKSRC = hextob.3tsol
Xbcleartos.3tsol := LINKSRC = labelclipping.3tsol
Xbsltos.3tsol := LINKSRC = labelclipping.3tsol
m_label_alloc.3tsol := LINKSRC = m_label.3tsol
m_label_dup.3tsol := LINKSRC = m_label.3tsol
m_label_free.3tsol := LINKSRC = m_label.3tsol
sbcleartos.3tsol := LINKSRC = sbltos.3tsol
sbsltos.3tsol := LINKSRC = sbltos.3tsol
stobclear.3tsol := LINKSRC = stobl.3tsol
stobsl.3tsol := LINKSRC = stobl.3tsol
.KEEP_STATE:
include $(SRC)/man/Makefile.man
install: $(ROOTMANFILES) $(ROOTMANLINKS)