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
17 SUBDIRS= man1 \
18 man1b \
19 man1c \
20 man1has \
21 man1m \
22 man2 \
23 man3 \
24 man3bsm \
25 man3c \
26 man3c_db \
27 man3cfgadm \
28 man3commputil \
29 man3contract \
30 man3cpc \
31 man3curses \
32 man3dat \
33 man3devid \
34 man3devinfo \
35 man3dlpi \
36 man3dns_sd \
37 man3elf \
38 man3exacct \
39 man3ext \
40 man3fcoe \
41 man3fstyp \
42 man3gen \
43 man3gss \
44 man3head \
45 man3iscsit \
46 man3kstat \
47 man3kvm \
48 man3ldap \
49 man3lgrp \
50 man3lib \
51 man3mail \
52 man3malloc \
53 man3mp \
54 man3mpapi \
55 man3nsl \
56 man3nvpair \
57 man3pam \
58 man3papi \
59 man3perl \
60 man3picl \
61 man3picltree \
62 man3pool \
63 man3proc \
64 man3project \
65 man3resolv \
66 man3rpc \
67 man3rsm \
68 man3sasl \
69 man3scf \
70 man3sec \
71 man3secdb \
72 man3sip \
73 man3slp \
74 man3socket \
75 man3stmf \
76 man3sysevent \
77 man3tecla \
78 man3tnf \
79 man3tsol \
80 man3uuid \
81 man3volmgt \
82 man3xcurses \
83 man3xnet \
84 man4 \
85 man5 \
86 man7 \
87 man7d \
88 man7fs \
89 man7i \
90 man7ipp \
91 man7m \
92 man7p \
93 man9 \
94 man9e \
95 man9f \
96 man9p \
97 man9s
98
99 .PARALLEL: $(SUBDIRS)
100
101 all := TARGET = all
102 clean := TARGET = clean
103 clobber := TARGET = clobber
104 install := TARGET = install
105 check := TARGET = check
106
107 all check clean clobber install: $(SUBDIRS)
108
109 $(SUBDIRS): FRC
110 @cd $@; pwd; $(MAKE) $(TARGET)
111
112 FRC: