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