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