xref: /illumos-gate/usr/src/man/man4i/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
1bbf21555SRichard Lowe#
2bbf21555SRichard Lowe# This file and its contents are supplied under the terms of the
3bbf21555SRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4bbf21555SRichard Lowe# You may only use this file in accordance with the terms of version
5bbf21555SRichard Lowe# 1.0 of the CDDL.
6bbf21555SRichard Lowe#
7bbf21555SRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8bbf21555SRichard Lowe# source.  A copy of the CDDL is also available via the Internet
9bbf21555SRichard Lowe# at http://www.illumos.org/license/CDDL.
10bbf21555SRichard Lowe#
11bbf21555SRichard Lowe
12bbf21555SRichard Lowe#
13bbf21555SRichard Lowe# Copyright 2011, Richard Lowe
14bbf21555SRichard Lowe# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15bbf21555SRichard Lowe#
16bbf21555SRichard Lowe
17bbf21555SRichard Loweinclude		$(SRC)/Makefile.master
18bbf21555SRichard Lowe
19bbf21555SRichard LoweMANSECT=	4i
20bbf21555SRichard Lowe
21bbf21555SRichard LoweMANFILES=	audio.4i	\
22bbf21555SRichard Lowe		cdio.4i		\
23bbf21555SRichard Lowe		dkio.4i		\
24bbf21555SRichard Lowe		dsp.4i		\
25bbf21555SRichard Lowe		fbio.4i		\
26bbf21555SRichard Lowe		fdio.4i		\
27bbf21555SRichard Lowe		hdio.4i		\
28bbf21555SRichard Lowe		iec61883.4i	\
29bbf21555SRichard Lowe		ipnat.4i	\
30bbf21555SRichard Lowe		mhd.4i		\
31bbf21555SRichard Lowe		mixer.4i	\
32bbf21555SRichard Lowe		mtio.4i		\
33bbf21555SRichard Lowe		prnio.4i	\
34bbf21555SRichard Lowe		quotactl.4i	\
35bbf21555SRichard Lowe		sesio.4i	\
36bbf21555SRichard Lowe		sockio.4i	\
37bbf21555SRichard Lowe		streamio.4i	\
38bbf21555SRichard Lowe		termio.4i	\
39bbf21555SRichard Lowe		termiox.4i	\
40bbf21555SRichard Lowe		uscsi.4i	\
41bbf21555SRichard Lowe		visual_io.4i	\
42bbf21555SRichard Lowe		vt.4i
43bbf21555SRichard Lowe
44bbf21555SRichard Lowe.KEEP_STATE:
45bbf21555SRichard Lowe
46bbf21555SRichard Loweinclude		$(SRC)/man/Makefile.man
47bbf21555SRichard Lowe
48*78a75454SPatrick Mooneyinstall:	$(ROOTMANFILES)
49