8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3ext / Makefile
blobb26fb0879e6bd55329053af971c3b5c4e4452d1b
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.
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.
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
17 include $(SRC)/Makefile.master
19 MANSECT= 3ext
21 MANFILES= NOTE.3ext \
22 SUNW_C_GetMechSession.3ext \
23 auto_ef.3ext \
24 crypt.3ext \
25 demangle.3ext \
26 ecb_crypt.3ext \
27 efi_alloc_and_init.3ext \
28 ld_support.3ext \
29 md4.3ext \
30 md5.3ext \
31 read_vtoc.3ext \
32 rtld_audit.3ext \
33 rtld_db.3ext \
34 sendfile.3ext \
35 sendfilev.3ext \
36 sha1.3ext \
37 sha2.3ext \
38 stdarg.3ext \
39 tsalarm_get.3ext \
40 varargs.3ext
42 MANLINKS= DES_FAILED.3ext \
43 MD4Final.3ext \
44 MD4Init.3ext \
45 MD4Update.3ext \
46 MD5Final.3ext \
47 MD5Init.3ext \
48 MD5Update.3ext \
49 SHA1Final.3ext \
50 SHA1Init.3ext \
51 SHA1Update.3ext \
52 SHA256Final.3ext \
53 SHA256Init.3ext \
54 SHA256Update.3ext \
55 SHA2Final.3ext \
56 SHA2Init.3ext \
57 SHA2Update.3ext \
58 SHA384Final.3ext \
59 SHA384Init.3ext \
60 SHA384Update.3ext \
61 SHA512Final.3ext \
62 SHA512Init.3ext \
63 SHA512Update.3ext \
64 SUNW_C_KeyToObject.3ext \
65 _NOTE.3ext \
66 auto_ef_file.3ext \
67 auto_ef_free.3ext \
68 auto_ef_get_encoding.3ext \
69 auto_ef_get_score.3ext \
70 auto_ef_str.3ext \
71 cbc_crypt.3ext \
72 cplus_demangle.3ext \
73 crypt_close.3ext \
74 des_crypt.3ext \
75 des_encrypt.3ext \
76 des_setkey.3ext \
77 des_setparity.3ext \
78 efi_alloc_and_read.3ext \
79 efi_free.3ext \
80 efi_use_whole_disk.3ext \
81 efi_write.3ext \
82 encrypt.3ext \
83 la_activity.3ext \
84 la_amd64_pltenter.3ext \
85 la_i86_pltenter.3ext \
86 la_objfilter.3ext \
87 la_objopen.3ext \
88 la_objsearch.3ext \
89 la_pltexit.3ext \
90 la_pltexit64.3ext \
91 la_preinit.3ext \
92 la_sparcv8_pltenter.3ext \
93 la_sparcv9_pltenter.3ext \
94 la_symbind32.3ext \
95 la_symbind64.3ext \
96 la_version.3ext \
97 ld_atexit.3ext \
98 ld_atexit64.3ext \
99 ld_file.3ext \
100 ld_file64.3ext \
101 ld_input_done.3ext \
102 ld_input_section.3ext \
103 ld_input_section64.3ext \
104 ld_open.3ext \
105 ld_open64.3ext \
106 ld_section.3ext \
107 ld_section64.3ext \
108 ld_start.3ext \
109 ld_start64.3ext \
110 ld_version.3ext \
111 md5_calc.3ext \
112 rd_delete.3ext \
113 rd_errstr.3ext \
114 rd_event_addr.3ext \
115 rd_event_enable.3ext \
116 rd_event_getmsg.3ext \
117 rd_init.3ext \
118 rd_loadobj_iter.3ext \
119 rd_log.3ext \
120 rd_new.3ext \
121 rd_objpad_enable.3ext \
122 rd_plt_resolution.3ext \
123 rd_reset.3ext \
124 run_crypt.3ext \
125 run_setkey.3ext \
126 setkey.3ext \
127 tsalarm_set.3ext \
128 write_vtoc.3ext
130 _NOTE.3ext := LINKSRC = NOTE.3ext
132 SUNW_C_KeyToObject.3ext := LINKSRC = SUNW_C_GetMechSession.3ext
134 auto_ef_file.3ext := LINKSRC = auto_ef.3ext
135 auto_ef_free.3ext := LINKSRC = auto_ef.3ext
136 auto_ef_get_encoding.3ext := LINKSRC = auto_ef.3ext
137 auto_ef_get_score.3ext := LINKSRC = auto_ef.3ext
138 auto_ef_str.3ext := LINKSRC = auto_ef.3ext
140 crypt_close.3ext := LINKSRC = crypt.3ext
141 des_crypt.3ext := LINKSRC = crypt.3ext
142 des_encrypt.3ext := LINKSRC = crypt.3ext
143 des_setkey.3ext := LINKSRC = crypt.3ext
144 encrypt.3ext := LINKSRC = crypt.3ext
145 run_crypt.3ext := LINKSRC = crypt.3ext
146 run_setkey.3ext := LINKSRC = crypt.3ext
147 setkey.3ext := LINKSRC = crypt.3ext
149 cplus_demangle.3ext := LINKSRC = demangle.3ext
151 DES_FAILED.3ext := LINKSRC = ecb_crypt.3ext
152 cbc_crypt.3ext := LINKSRC = ecb_crypt.3ext
153 des_setparity.3ext := LINKSRC = ecb_crypt.3ext
155 efi_alloc_and_read.3ext := LINKSRC = efi_alloc_and_init.3ext
156 efi_free.3ext := LINKSRC = efi_alloc_and_init.3ext
157 efi_use_whole_disk.3ext := LINKSRC = efi_alloc_and_init.3ext
158 efi_write.3ext := LINKSRC = efi_alloc_and_init.3ext
160 ld_atexit.3ext := LINKSRC = ld_support.3ext
161 ld_atexit64.3ext := LINKSRC = ld_support.3ext
162 ld_file.3ext := LINKSRC = ld_support.3ext
163 ld_file64.3ext := LINKSRC = ld_support.3ext
164 ld_input_done.3ext := LINKSRC = ld_support.3ext
165 ld_input_section.3ext := LINKSRC = ld_support.3ext
166 ld_input_section64.3ext := LINKSRC = ld_support.3ext
167 ld_open.3ext := LINKSRC = ld_support.3ext
168 ld_open64.3ext := LINKSRC = ld_support.3ext
169 ld_section.3ext := LINKSRC = ld_support.3ext
170 ld_section64.3ext := LINKSRC = ld_support.3ext
171 ld_start.3ext := LINKSRC = ld_support.3ext
172 ld_start64.3ext := LINKSRC = ld_support.3ext
173 ld_version.3ext := LINKSRC = ld_support.3ext
175 MD4Final.3ext := LINKSRC = md4.3ext
176 MD4Init.3ext := LINKSRC = md4.3ext
177 MD4Update.3ext := LINKSRC = md4.3ext
179 MD5Final.3ext := LINKSRC = md5.3ext
180 MD5Init.3ext := LINKSRC = md5.3ext
181 MD5Update.3ext := LINKSRC = md5.3ext
182 md5_calc.3ext := LINKSRC = md5.3ext
184 write_vtoc.3ext := LINKSRC = read_vtoc.3ext
186 la_activity.3ext := LINKSRC = rtld_audit.3ext
187 la_amd64_pltenter.3ext := LINKSRC = rtld_audit.3ext
188 la_i86_pltenter.3ext := LINKSRC = rtld_audit.3ext
189 la_objfilter.3ext := LINKSRC = rtld_audit.3ext
190 la_objopen.3ext := LINKSRC = rtld_audit.3ext
191 la_objsearch.3ext := LINKSRC = rtld_audit.3ext
192 la_pltexit.3ext := LINKSRC = rtld_audit.3ext
193 la_pltexit64.3ext := LINKSRC = rtld_audit.3ext
194 la_preinit.3ext := LINKSRC = rtld_audit.3ext
195 la_sparcv8_pltenter.3ext := LINKSRC = rtld_audit.3ext
196 la_sparcv9_pltenter.3ext := LINKSRC = rtld_audit.3ext
197 la_symbind32.3ext := LINKSRC = rtld_audit.3ext
198 la_symbind64.3ext := LINKSRC = rtld_audit.3ext
199 la_version.3ext := LINKSRC = rtld_audit.3ext
201 rd_delete.3ext := LINKSRC = rtld_db.3ext
202 rd_errstr.3ext := LINKSRC = rtld_db.3ext
203 rd_event_addr.3ext := LINKSRC = rtld_db.3ext
204 rd_event_enable.3ext := LINKSRC = rtld_db.3ext
205 rd_event_getmsg.3ext := LINKSRC = rtld_db.3ext
206 rd_init.3ext := LINKSRC = rtld_db.3ext
207 rd_loadobj_iter.3ext := LINKSRC = rtld_db.3ext
208 rd_log.3ext := LINKSRC = rtld_db.3ext
209 rd_new.3ext := LINKSRC = rtld_db.3ext
210 rd_objpad_enable.3ext := LINKSRC = rtld_db.3ext
211 rd_plt_resolution.3ext := LINKSRC = rtld_db.3ext
212 rd_reset.3ext := LINKSRC = rtld_db.3ext
214 SHA1Final.3ext := LINKSRC = sha1.3ext
215 SHA1Init.3ext := LINKSRC = sha1.3ext
216 SHA1Update.3ext := LINKSRC = sha1.3ext
218 SHA256Final.3ext := LINKSRC = sha2.3ext
219 SHA256Init.3ext := LINKSRC = sha2.3ext
220 SHA256Update.3ext := LINKSRC = sha2.3ext
221 SHA2Final.3ext := LINKSRC = sha2.3ext
222 SHA2Init.3ext := LINKSRC = sha2.3ext
223 SHA2Update.3ext := LINKSRC = sha2.3ext
224 SHA384Final.3ext := LINKSRC = sha2.3ext
225 SHA384Init.3ext := LINKSRC = sha2.3ext
226 SHA384Update.3ext := LINKSRC = sha2.3ext
227 SHA512Final.3ext := LINKSRC = sha2.3ext
228 SHA512Init.3ext := LINKSRC = sha2.3ext
229 SHA512Update.3ext := LINKSRC = sha2.3ext
231 tsalarm_set.3ext := LINKSRC = tsalarm_get.3ext
233 .KEEP_STATE:
235 include $(SRC)/man/Makefile.man
237 install: $(ROOTMANFILES) $(ROOTMANLINKS)