xref: /titanic_41/usr/src/man/man7m/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= 	7m
20
21_MANFILES = 	bufmod.7m	\
22		connld.7m	\
23		ldterm.7m	\
24		pckt.7m		\
25		pfmod.7m	\
26		pipemod.7m	\
27		ptem.7m		\
28		sppptun.7m	\
29		timod.7m	\
30		tirdwr.7m	\
31		ttcompat.7m	\
32		usb_ah.7m	\
33		usbkbm.7m	\
34		usbms.7m	\
35		vuidmice.7m
36
37sparc_MANFILES=	kb.7m
38
39MANLINKS=	vuid2ps2.7m	\
40		vuid3ps2.7m	\
41		vuidm3p.7m	\
42		vuidm4p.7m	\
43		vuidm5p.7m
44
45MANFILES=	$(_MANFILES) $($(MACH)_MANFILES)
46
47vuid2ps2.7m	:= LINKSRC = vuidmice.7m
48vuid3ps2.7m	:= LINKSRC = vuidmice.7m
49vuidm3p.7m	:= LINKSRC = vuidmice.7m
50vuidm4p.7m	:= LINKSRC = vuidmice.7m
51vuidm5p.7m	:= LINKSRC = vuidmice.7m
52
53.KEEP_STATE:
54
55include		$(SRC)/man/Makefile.man
56
57install:	$(ROOTMANFILES) $(ROOTMANLINKS)
58