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