Print this page
8299 It's time for the old AGP+DRM code to go
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man7i/Makefile
+++ new/usr/src/man/man7i/Makefile
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet
9 9 # at http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2011, Richard Lowe
14 14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
15 15 #
16 16
17 17 include $(SRC)/Makefile.master
18 18
19 19 MANSECT= 7i
20 20
21 21 _MANFILES= audio.7i \
22 22 cdio.7i \
23 23 dkio.7i \
24 24 dsp.7i \
25 25 fbio.7i \
26 26 fdio.7i \
27 27 hdio.7i \
28 28 iec61883.7i \
29 29 ipnat.7i \
30 30 mhd.7i \
31 31 mixer.7i \
32 32 mtio.7i \
33 33 prnio.7i \
↓ open down ↓ |
33 lines elided |
↑ open up ↑ |
34 34 quotactl.7i \
35 35 sesio.7i \
36 36 sockio.7i \
37 37 streamio.7i \
38 38 termio.7i \
39 39 termiox.7i \
40 40 uscsi.7i \
41 41 visual_io.7i \
42 42 vt.7i
43 43
44 -i386_MANFILES= agpgart_io.7i
44 +i386_MANFILES=
45 45
46 46 MANFILES= $(_MANFILES) $($(MACH)_MANFILES)
47 47
48 48 .KEEP_STATE:
49 49
50 50 include $(SRC)/man/Makefile.man
51 51
52 52 install: $(ROOTMANFILES) $(ROOTMANLINKS)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX