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 include $(SRC)/Makefile.master
18
19 MANSECT= 3head
20
21 MANFILES= acct.h.3head \
22 aio.h.3head \
23 ar.h.3head \
24 archives.h.3head \
25 assert.h.3head \
26 complex.h.3head \
27 cpio.h.3head \
28 dirent.h.3head \
29 errno.h.3head \
30 fcntl.h.3head \
31 fenv.h.3head \
32 float.h.3head \
33 floatingpoint.h.3head \
34 fmtmsg.h.3head \
87 tcp.h.3head \
88 termios.h.3head \
89 tgmath.h.3head \
90 time.h.3head \
91 timeb.h.3head \
92 times.h.3head \
93 types.h.3head \
94 types32.h.3head \
95 ucontext.h.3head \
96 uio.h.3head \
97 ulimit.h.3head \
98 un.h.3head \
99 unistd.h.3head \
100 utime.h.3head \
101 utmpx.h.3head \
102 utsname.h.3head \
103 values.h.3head \
104 wait.h.3head \
105 wchar.h.3head \
106 wctype.h.3head \
107 wordexp.h.3head
108
109 MANLINKS= acct.3head \
110 aio.3head \
111 ar.3head \
112 archives.3head \
113 assert.3head \
114 complex.3head \
115 cpio.3head \
116 dirent.3head \
117 errno.3head \
118 fcntl.3head \
119 fenv.3head \
120 float.3head \
121 floatingpoint.3head \
122 fmtmsg.3head \
123 fnmatch.3head \
124 ftw.3head \
125 glob.3head \
126 grp.3head \
127 iconv.3head \
175 tcp.3head \
176 termios.3head \
177 tgmath.3head \
178 time.3head \
179 timeb.3head \
180 times.3head \
181 types.3head \
182 types32.3head \
183 ucontext.3head \
184 uio.3head \
185 ulimit.3head \
186 un.3head \
187 unistd.3head \
188 utime.3head \
189 utmpx.3head \
190 utsname.3head \
191 values.3head \
192 wait.3head \
193 wchar.3head \
194 wctype.3head \
195 wordexp.3head
196
197 acct.3head := LINKSRC = acct.h.3head
198 aio.3head := LINKSRC = aio.h.3head
199 ar.3head := LINKSRC = ar.h.3head
200 archives.3head := LINKSRC = archives.h.3head
201 assert.3head := LINKSRC = assert.h.3head
202 complex.3head := LINKSRC = complex.h.3head
203 cpio.3head := LINKSRC = cpio.h.3head
204 dirent.3head := LINKSRC = dirent.h.3head
205 errno.3head := LINKSRC = errno.h.3head
206 fcntl.3head := LINKSRC = fcntl.h.3head
207 fenv.3head := LINKSRC = fenv.h.3head
208 float.3head := LINKSRC = float.h.3head
209 floatingpoint.3head := LINKSRC = floatingpoint.h.3head
210 fmtmsg.3head := LINKSRC = fmtmsg.h.3head
211 fnmatch.3head := LINKSRC = fnmatch.h.3head
212 ftw.3head := LINKSRC = ftw.h.3head
213 glob.3head := LINKSRC = glob.h.3head
214 grp.3head := LINKSRC = grp.h.3head
215 iconv.3head := LINKSRC = iconv.h.3head
264 termios.3head := LINKSRC = termios.h.3head
265 tgmath.3head := LINKSRC = tgmath.h.3head
266 time.3head := LINKSRC = time.h.3head
267 timeb.3head := LINKSRC = timeb.h.3head
268 times.3head := LINKSRC = times.h.3head
269 types.3head := LINKSRC = types.h.3head
270 types32.3head := LINKSRC = types32.h.3head
271 ucontext.3head := LINKSRC = ucontext.h.3head
272 uio.3head := LINKSRC = uio.h.3head
273 ulimit.3head := LINKSRC = ulimit.h.3head
274 un.3head := LINKSRC = un.h.3head
275 unistd.3head := LINKSRC = unistd.h.3head
276 utime.3head := LINKSRC = utime.h.3head
277 utmpx.3head := LINKSRC = utmpx.h.3head
278 utsname.3head := LINKSRC = utsname.h.3head
279 values.3head := LINKSRC = values.h.3head
280 wait.3head := LINKSRC = wait.h.3head
281 wchar.3head := LINKSRC = wchar.h.3head
282 wctype.3head := LINKSRC = wctype.h.3head
283 wordexp.3head := LINKSRC = wordexp.h.3head
284
285 .KEEP_STATE:
286
287 include $(SRC)/man/Makefile.man
288
289 install: $(ROOTMANFILES) $(ROOTMANLINKS)
|
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 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
16 #
17
18 include $(SRC)/Makefile.master
19
20 MANSECT= 3head
21
22 MANFILES= acct.h.3head \
23 aio.h.3head \
24 ar.h.3head \
25 archives.h.3head \
26 assert.h.3head \
27 complex.h.3head \
28 cpio.h.3head \
29 dirent.h.3head \
30 errno.h.3head \
31 fcntl.h.3head \
32 fenv.h.3head \
33 float.h.3head \
34 floatingpoint.h.3head \
35 fmtmsg.h.3head \
88 tcp.h.3head \
89 termios.h.3head \
90 tgmath.h.3head \
91 time.h.3head \
92 timeb.h.3head \
93 times.h.3head \
94 types.h.3head \
95 types32.h.3head \
96 ucontext.h.3head \
97 uio.h.3head \
98 ulimit.h.3head \
99 un.h.3head \
100 unistd.h.3head \
101 utime.h.3head \
102 utmpx.h.3head \
103 utsname.h.3head \
104 values.h.3head \
105 wait.h.3head \
106 wchar.h.3head \
107 wctype.h.3head \
108 wordexp.h.3head \
109 xlocale.h.3head
110
111 MANLINKS= acct.3head \
112 aio.3head \
113 ar.3head \
114 archives.3head \
115 assert.3head \
116 complex.3head \
117 cpio.3head \
118 dirent.3head \
119 errno.3head \
120 fcntl.3head \
121 fenv.3head \
122 float.3head \
123 floatingpoint.3head \
124 fmtmsg.3head \
125 fnmatch.3head \
126 ftw.3head \
127 glob.3head \
128 grp.3head \
129 iconv.3head \
177 tcp.3head \
178 termios.3head \
179 tgmath.3head \
180 time.3head \
181 timeb.3head \
182 times.3head \
183 types.3head \
184 types32.3head \
185 ucontext.3head \
186 uio.3head \
187 ulimit.3head \
188 un.3head \
189 unistd.3head \
190 utime.3head \
191 utmpx.3head \
192 utsname.3head \
193 values.3head \
194 wait.3head \
195 wchar.3head \
196 wctype.3head \
197 wordexp.3head \
198 xlocale.3head
199
200 acct.3head := LINKSRC = acct.h.3head
201 aio.3head := LINKSRC = aio.h.3head
202 ar.3head := LINKSRC = ar.h.3head
203 archives.3head := LINKSRC = archives.h.3head
204 assert.3head := LINKSRC = assert.h.3head
205 complex.3head := LINKSRC = complex.h.3head
206 cpio.3head := LINKSRC = cpio.h.3head
207 dirent.3head := LINKSRC = dirent.h.3head
208 errno.3head := LINKSRC = errno.h.3head
209 fcntl.3head := LINKSRC = fcntl.h.3head
210 fenv.3head := LINKSRC = fenv.h.3head
211 float.3head := LINKSRC = float.h.3head
212 floatingpoint.3head := LINKSRC = floatingpoint.h.3head
213 fmtmsg.3head := LINKSRC = fmtmsg.h.3head
214 fnmatch.3head := LINKSRC = fnmatch.h.3head
215 ftw.3head := LINKSRC = ftw.h.3head
216 glob.3head := LINKSRC = glob.h.3head
217 grp.3head := LINKSRC = grp.h.3head
218 iconv.3head := LINKSRC = iconv.h.3head
267 termios.3head := LINKSRC = termios.h.3head
268 tgmath.3head := LINKSRC = tgmath.h.3head
269 time.3head := LINKSRC = time.h.3head
270 timeb.3head := LINKSRC = timeb.h.3head
271 times.3head := LINKSRC = times.h.3head
272 types.3head := LINKSRC = types.h.3head
273 types32.3head := LINKSRC = types32.h.3head
274 ucontext.3head := LINKSRC = ucontext.h.3head
275 uio.3head := LINKSRC = uio.h.3head
276 ulimit.3head := LINKSRC = ulimit.h.3head
277 un.3head := LINKSRC = un.h.3head
278 unistd.3head := LINKSRC = unistd.h.3head
279 utime.3head := LINKSRC = utime.h.3head
280 utmpx.3head := LINKSRC = utmpx.h.3head
281 utsname.3head := LINKSRC = utsname.h.3head
282 values.3head := LINKSRC = values.h.3head
283 wait.3head := LINKSRC = wait.h.3head
284 wchar.3head := LINKSRC = wchar.h.3head
285 wctype.3head := LINKSRC = wctype.h.3head
286 wordexp.3head := LINKSRC = wordexp.h.3head
287 xlocale.3head := LINKSRC = xlocale.h.3head
288
289 .KEEP_STATE:
290
291 include $(SRC)/man/Makefile.man
292
293 install: $(ROOTMANFILES) $(ROOTMANLINKS)
|