xref: /illumos-gate/usr/src/man/man3tsol/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
1c10c16deSRichard Lowe#
2c10c16deSRichard Lowe# This file and its contents are supplied under the terms of the
3c10c16deSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4c10c16deSRichard Lowe# You may only use this file in accordance with the terms of version
5c10c16deSRichard Lowe# 1.0 of the CDDL.
6c10c16deSRichard Lowe#
7c10c16deSRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8c10c16deSRichard Lowe# source.  A copy of the CDDL is also available via the Internet
9c10c16deSRichard Lowe# at http://www.illumos.org/license/CDDL.
10c10c16deSRichard Lowe#
11c10c16deSRichard Lowe
12a9478106SYuri Pankov#
13c10c16deSRichard Lowe# Copyright 2011, Richard Lowe
14a9478106SYuri Pankov# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15b8e5ecd6SPeter Tribble# Copyright 2017 Peter Tribble
16a9478106SYuri Pankov#
17c10c16deSRichard Lowe
18a9478106SYuri Pankovinclude		$(SRC)/Makefile.master
19c10c16deSRichard Lowe
20c10c16deSRichard LoweMANSECT=	3tsol
21c10c16deSRichard Lowe
22c10c16deSRichard LoweMANFILES=	blcompare.3tsol		\
23c10c16deSRichard Lowe		blminmax.3tsol		\
24c10c16deSRichard Lowe		bltocolor.3tsol		\
25c10c16deSRichard Lowe		bltos.3tsol		\
26c10c16deSRichard Lowe		btohex.3tsol		\
27c10c16deSRichard Lowe		getdevicerange.3tsol	\
28b8e5ecd6SPeter Tribble		getlabel.3tsol		\
29c10c16deSRichard Lowe		getpathbylabel.3tsol	\
30c10c16deSRichard Lowe		getplabel.3tsol		\
31c10c16deSRichard Lowe		getuserrange.3tsol	\
32c10c16deSRichard Lowe		getzonelabelbyid.3tsol	\
33c10c16deSRichard Lowe		getzonerootbyid.3tsol	\
34c10c16deSRichard Lowe		hextob.3tsol		\
35c10c16deSRichard Lowe		label_to_str.3tsol	\
36c10c16deSRichard Lowe		m_label.3tsol		\
37c10c16deSRichard Lowe		sbltos.3tsol		\
38c10c16deSRichard Lowe		setflabel.3tsol		\
39c10c16deSRichard Lowe		stobl.3tsol		\
40c10c16deSRichard Lowe		str_to_label.3tsol	\
41c10c16deSRichard Lowe		tsol_getrhtype.3tsol
42c10c16deSRichard Lowe
43c10c16deSRichard Lowe.KEEP_STATE:
44c10c16deSRichard Lowe
45a9478106SYuri Pankovinclude		$(SRC)/man/Makefile.man
46c10c16deSRichard Lowe
47*78a75454SPatrick Mooneyinstall:	$(ROOTMANFILES) $(MANLINK_SRCS)
48*78a75454SPatrick Mooney	$(MANLINK_INSTALL)
49