xref: /titanic_41/usr/src/man/man7i/Makefile (revision aa98ce2c4ecbce8afe8b7b253a911ab24fdded32)
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#
13# Copyright 2011, Richard Lowe
14# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15#
16
17include		$(SRC)/Makefile.master
18
19MANSECT= 	7i
20
21_MANFILES=	audio.7i	\
22		cdio.7i		\
23		dkio.7i		\
24		dsp.7i		\
25		fbio.7i		\
26		fdio.7i		\
27		hdio.7i		\
28		iec61883.7i	\
29		ipnat.7i	\
30		mhd.7i		\
31		mixer.7i	\
32		mtio.7i		\
33		prnio.7i	\
34		quotactl.7i	\
35		sesio.7i	\
36		sockio.7i	\
37		streamio.7i	\
38		termio.7i	\
39		termiox.7i	\
40		uscsi.7i	\
41		visual_io.7i	\
42		vt.7i
43
44i386_MANFILES=	agpgart_io.7i
45
46MANFILES=	$(_MANFILES) $($(MACH)_MANFILES)
47
48.KEEP_STATE:
49
50include		$(SRC)/man/Makefile.man
51
52install:	$(ROOTMANFILES) $(ROOTMANLINKS)
53