comparison usr/src/man/man9p/Makefile @ 13304:b54231762cfa

243 system manual pages should live with the software Reviewed by: garrett@nexenta.com Reviewed by: gwr@nexenta.com Reviewed by: trisk@opensolaris.org Approved by: gwr@nexenta.com
author Richard Lowe <richlowe@richlowe.net>
date Mon, 14 Mar 2011 14:05:30 -0400
parents
children 6b6815d682dd
comparison
equal deleted inserted replaced
13303:5e687b8be92a 13304:b54231762cfa
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
14 include ../../Makefile.master
15
16 MANSECT = 9p
17
18 MANFILES = ddi-forceattach.9p \
19 inquiry-device-type.9p \
20 no-involuntary-power-cycles.9p \
21 pm-components.9p \
22 pm.9p \
23 removable-media.9p \
24 size.9p
25
26 MANSOFILES = Nblock.9p \
27 blksize.9p \
28 ddi-no-autodetach.9p \
29 device-blksize.9p \
30 device-nblocks.9p \
31 inquiry-product-id.9p \
32 inquiry-revision-id.9p \
33 inquiry-serial-no.9p \
34 inquiry-vendor-id.9p
35
36 MANFILES += $(MANSOFILES)
37
38 ddi-no-autodetach.9p := SOSRC = man9p/ddi-forceattach.9p
39
40 inquiry-product-id.9p := SOSRC = man9p/inquiry-device-type.9p
41 inquiry-revision-id.9p := SOSRC = man9p/inquiry-device-type.9p
42 inquiry-serial-no.9p := SOSRC = man9p/inquiry-device-type.9p
43 inquiry-vendor-id.9p := SOSRC = man9p/inquiry-device-type.9p
44
45 Nblock.9p := SOSRC = man9p/size.9p
46 blksize.9p := SOSRC = man9p/size.9p
47 device-blksize.9p := SOSRC = man9p/size.9p
48 device-nblocks.9p := SOSRC = man9p/size.9p
49
50
51 .KEEP_STATE:
52
53 include ../Makefile.man
54
55 install: $(ROOTMANFILES)