Makefile (b7a7784945b3504d0b69ea02a08e1cddb5578907) | Makefile (221e47fb90c5fcfe7add9a33f6c915ee5253ece9) |
---|---|
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 --- 100 unchanged lines hidden (view full) --- 109 values.h.3head \ 110 wait.h.3head \ 111 wchar.h.3head \ 112 wctype.h.3head \ 113 wordexp.h.3head \ 114 xlocale.h.3head 115 116MANLINKS= \ | 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 --- 100 unchanged lines hidden (view full) --- 109 values.h.3head \ 110 wait.h.3head \ 111 wchar.h.3head \ 112 wctype.h.3head \ 113 wordexp.h.3head \ 114 xlocale.h.3head 115 116MANLINKS= \ |
117 CMSG_DATA.3head \ 118 CMSG_FIRSTHDR.3head \ 119 CMSG_LEN.3head \ 120 CMSG_NXTHDR.3head \ 121 CMSG_SPACE.3head \ |
|
117 LIST_CLASS_ENTRY.3head \ 118 LIST_CLASS_HEAD.3head \ 119 LIST_CONCAT.3head \ 120 LIST_EMPTY.3head \ 121 LIST_ENTRY.3head \ 122 LIST_FIRST.3head \ 123 LIST_FOREACH.3head \ 124 LIST_FOREACH_FROM.3head \ --- 165 unchanged lines hidden (view full) --- 290 utsname.3head \ 291 values.3head \ 292 wait.3head \ 293 wchar.3head \ 294 wctype.3head \ 295 wordexp.3head \ 296 xlocale.3head 297 | 122 LIST_CLASS_ENTRY.3head \ 123 LIST_CLASS_HEAD.3head \ 124 LIST_CONCAT.3head \ 125 LIST_EMPTY.3head \ 126 LIST_ENTRY.3head \ 127 LIST_FIRST.3head \ 128 LIST_FOREACH.3head \ 129 LIST_FOREACH_FROM.3head \ --- 165 unchanged lines hidden (view full) --- 295 utsname.3head \ 296 values.3head \ 297 wait.3head \ 298 wchar.3head \ 299 wctype.3head \ 300 wordexp.3head \ 301 xlocale.3head 302 |
303CMSG_DATA.3head := LINKSRC = socket.h.3head 304CMSG_FIRSTHDR.3head := LINKSRC = socket.h.3head 305CMSG_LEN.3head := LINKSRC = socket.h.3head 306CMSG_NXTHDR.3head := LINKSRC = socket.h.3head 307CMSG_SPACE.3head := LINKSRC = socket.h.3head |
|
298LIST_CLASS_ENTRY.3head := LINKSRC = queue.h.3head 299LIST_CLASS_HEAD.3head := LINKSRC = queue.h.3head 300LIST_CONCAT.3head := LINKSRC = queue.h.3head 301LIST_EMPTY.3head := LINKSRC = queue.h.3head 302LIST_ENTRY.3head := LINKSRC = queue.h.3head 303LIST_FIRST.3head := LINKSRC = queue.h.3head 304LIST_FOREACH.3head := LINKSRC = queue.h.3head 305LIST_FOREACH_FROM.3head := LINKSRC = queue.h.3head --- 179 unchanged lines hidden --- | 308LIST_CLASS_ENTRY.3head := LINKSRC = queue.h.3head 309LIST_CLASS_HEAD.3head := LINKSRC = queue.h.3head 310LIST_CONCAT.3head := LINKSRC = queue.h.3head 311LIST_EMPTY.3head := LINKSRC = queue.h.3head 312LIST_ENTRY.3head := LINKSRC = queue.h.3head 313LIST_FIRST.3head := LINKSRC = queue.h.3head 314LIST_FOREACH.3head := LINKSRC = queue.h.3head 315LIST_FOREACH_FROM.3head := LINKSRC = queue.h.3head --- 179 unchanged lines hidden --- |