8210 uts: remove kb streams module
[unleashed.git] / usr / src / man / man7m / Makefile
blobe32c5aea3c84402805db92fb504c305bf0127d1f
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.
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.
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
17 include $(SRC)/Makefile.master
19 MANSECT= 7m
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
37 sparc_MANFILES=
39 MANLINKS= vuid2ps2.7m \
40 vuid3ps2.7m \
41 vuidm3p.7m \
42 vuidm4p.7m \
43 vuidm5p.7m
45 MANFILES= $(_MANFILES) $($(MACH)_MANFILES)
47 vuid2ps2.7m := LINKSRC = vuidmice.7m
48 vuid3ps2.7m := LINKSRC = vuidmice.7m
49 vuidm3p.7m := LINKSRC = vuidmice.7m
50 vuidm4p.7m := LINKSRC = vuidmice.7m
51 vuidm5p.7m := LINKSRC = vuidmice.7m
53 .KEEP_STATE:
55 include $(SRC)/man/Makefile.man
57 install: $(ROOTMANFILES) $(ROOTMANLINKS)