xref: /illumos-gate/usr/src/man/man3volmgt/Makefile (revision c10c16dec587a0662068f6e2991c29ed3a9db943)
1*c10c16deSRichard Lowe#
2*c10c16deSRichard Lowe# This file and its contents are supplied under the terms of the
3*c10c16deSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*c10c16deSRichard Lowe# You may only use this file in accordance with the terms of version
5*c10c16deSRichard Lowe# 1.0 of the CDDL.
6*c10c16deSRichard Lowe#
7*c10c16deSRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*c10c16deSRichard Lowe# source.  A copy of the CDDL is also available via the Internet
9*c10c16deSRichard Lowe# at http://www.illumos.org/license/CDDL.
10*c10c16deSRichard Lowe#
11*c10c16deSRichard Lowe
12*c10c16deSRichard Lowe# Copyright 2011, Richard Lowe
13*c10c16deSRichard Lowe
14*c10c16deSRichard Loweinclude ../../Makefile.master
15*c10c16deSRichard Lowe
16*c10c16deSRichard LoweMANSECT = 	3volmgt
17*c10c16deSRichard Lowe
18*c10c16deSRichard LoweMANFILES = 	media_findname.3volmgt		\
19*c10c16deSRichard Lowe		media_getattr.3volmgt		\
20*c10c16deSRichard Lowe		media_getid.3volmgt		\
21*c10c16deSRichard Lowe		volmgt_acquire.3volmgt		\
22*c10c16deSRichard Lowe		volmgt_check.3volmgt		\
23*c10c16deSRichard Lowe		volmgt_feature_enabled.3volmgt	\
24*c10c16deSRichard Lowe		volmgt_inuse.3volmgt		\
25*c10c16deSRichard Lowe		volmgt_ownspath.3volmgt		\
26*c10c16deSRichard Lowe		volmgt_release.3volmgt		\
27*c10c16deSRichard Lowe		volmgt_root.3volmgt		\
28*c10c16deSRichard Lowe		volmgt_running.3volmgt		\
29*c10c16deSRichard Lowe		volmgt_symname.3volmgt
30*c10c16deSRichard Lowe
31*c10c16deSRichard LoweMANSOFILES =	media_setattr.3volmgt	\
32*c10c16deSRichard Lowe		volmgt_symdev.3volmgt
33*c10c16deSRichard Lowe
34*c10c16deSRichard LoweMANFILES +=	$(MANSOFILES)
35*c10c16deSRichard Lowe
36*c10c16deSRichard Lowemedia_setattr.3volmgt := SOSRC = man3volmgt/media_getattr.3volmgt
37*c10c16deSRichard Lowe
38*c10c16deSRichard Lowevolmgt_symdev.3volmgt := SOSRC = man3volmgt/volmgt_symname.3volmgt
39*c10c16deSRichard Lowe
40*c10c16deSRichard Lowe.KEEP_STATE:
41*c10c16deSRichard Lowe
42*c10c16deSRichard Loweinclude ../Makefile.man
43*c10c16deSRichard Lowe
44*c10c16deSRichard Loweinstall: $(ROOTMANFILES)
45*c10c16deSRichard Lowe
46*c10c16deSRichard Lowe
47