summaryrefslogtreecommitdiff
path: root/usr/src/man/man3ext/Makefile
blob: 89dd766f6f5b1d3daf640ace5ecccc63b33162e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet
# at http://www.illumos.org/license/CDDL.
#

#
# Copyright 2011, Richard Lowe
# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
#

include		$(SRC)/Makefile.master

MANSECT=	3ext

MANFILES=	NOTE.3ext			\
		SUNW_C_GetMechSession.3ext	\
		crypt.3ext			\
		demangle.3ext			\
		ecb_crypt.3ext			\
		efi_alloc_and_init.3ext		\
		ld_support.3ext			\
		md4.3ext			\
		md5.3ext			\
		read_vtoc.3ext			\
		rtld_audit.3ext			\
		rtld_db.3ext			\
		sendfile.3ext			\
		sendfilev.3ext			\
		sha1.3ext			\
		sha2.3ext			\
		stdarg.3ext			\
		tsalarm_get.3ext		\
		varargs.3ext

MANLINKS=	DES_FAILED.3ext			\
		MD4Final.3ext			\
		MD4Init.3ext			\
		MD4Update.3ext			\
		MD5Final.3ext			\
		MD5Init.3ext			\
		MD5Update.3ext			\
		SHA1Final.3ext			\
		SHA1Init.3ext			\
		SHA1Update.3ext			\
		SHA256Final.3ext		\
		SHA256Init.3ext			\
		SHA256Update.3ext		\
		SHA2Final.3ext			\
		SHA2Init.3ext			\
		SHA2Update.3ext			\
		SHA384Final.3ext		\
		SHA384Init.3ext			\
		SHA384Update.3ext		\
		SHA512Final.3ext		\
		SHA512Init.3ext			\
		SHA512Update.3ext		\
		SUNW_C_KeyToObject.3ext		\
		_NOTE.3ext			\
		cbc_crypt.3ext			\
		cplus_demangle.3ext		\
		crypt_close.3ext		\
		des_crypt.3ext			\
		des_encrypt.3ext		\
		des_setkey.3ext			\
		des_setparity.3ext		\
		efi_alloc_and_read.3ext		\
		efi_free.3ext			\
		efi_reserved_sectors.3ext	\
		efi_use_whole_disk.3ext		\
		efi_write.3ext			\
		encrypt.3ext			\
		la_activity.3ext		\
		la_amd64_pltenter.3ext		\
		la_i86_pltenter.3ext		\
		la_objfilter.3ext		\
		la_objopen.3ext			\
		la_objsearch.3ext		\
		la_pltexit.3ext			\
		la_pltexit64.3ext		\
		la_preinit.3ext			\
		la_sparcv8_pltenter.3ext	\
		la_sparcv9_pltenter.3ext	\
		la_symbind32.3ext		\
		la_symbind64.3ext		\
		la_version.3ext			\
		ld_atexit.3ext			\
		ld_atexit64.3ext		\
		ld_file.3ext			\
		ld_file64.3ext			\
		ld_input_done.3ext		\
		ld_input_section.3ext		\
		ld_input_section64.3ext		\
		ld_open.3ext			\
		ld_open64.3ext			\
		ld_section.3ext			\
		ld_section64.3ext		\
		ld_start.3ext			\
		ld_start64.3ext			\
		ld_version.3ext			\
		md5_calc.3ext			\
		rd_delete.3ext			\
		rd_errstr.3ext			\
		rd_event_addr.3ext		\
		rd_event_enable.3ext		\
		rd_event_getmsg.3ext		\
		rd_init.3ext			\
		rd_loadobj_iter.3ext		\
		rd_log.3ext			\
		rd_new.3ext			\
		rd_objpad_enable.3ext		\
		rd_plt_resolution.3ext		\
		rd_reset.3ext			\
		run_crypt.3ext			\
		run_setkey.3ext			\
		setkey.3ext			\
		tsalarm_set.3ext		\
		write_vtoc.3ext

_NOTE.3ext			:= LINKSRC = NOTE.3ext

SUNW_C_KeyToObject.3ext		:= LINKSRC = SUNW_C_GetMechSession.3ext

crypt_close.3ext		:= LINKSRC = crypt.3ext
des_crypt.3ext			:= LINKSRC = crypt.3ext
des_encrypt.3ext		:= LINKSRC = crypt.3ext
des_setkey.3ext			:= LINKSRC = crypt.3ext
encrypt.3ext			:= LINKSRC = crypt.3ext
run_crypt.3ext			:= LINKSRC = crypt.3ext
run_setkey.3ext			:= LINKSRC = crypt.3ext
setkey.3ext			:= LINKSRC = crypt.3ext

cplus_demangle.3ext		:= LINKSRC = demangle.3ext

DES_FAILED.3ext			:= LINKSRC = ecb_crypt.3ext
cbc_crypt.3ext			:= LINKSRC = ecb_crypt.3ext
des_setparity.3ext		:= LINKSRC = ecb_crypt.3ext

efi_alloc_and_read.3ext		:= LINKSRC = efi_alloc_and_init.3ext
efi_free.3ext			:= LINKSRC = efi_alloc_and_init.3ext
efi_reserved_sectors.3ext	:= LINKSRC = efi_alloc_and_init.3ext
efi_use_whole_disk.3ext		:= LINKSRC = efi_alloc_and_init.3ext
efi_write.3ext			:= LINKSRC = efi_alloc_and_init.3ext

ld_atexit.3ext			:= LINKSRC = ld_support.3ext
ld_atexit64.3ext		:= LINKSRC = ld_support.3ext
ld_file.3ext			:= LINKSRC = ld_support.3ext
ld_file64.3ext			:= LINKSRC = ld_support.3ext
ld_input_done.3ext		:= LINKSRC = ld_support.3ext
ld_input_section.3ext		:= LINKSRC = ld_support.3ext
ld_input_section64.3ext		:= LINKSRC = ld_support.3ext
ld_open.3ext			:= LINKSRC = ld_support.3ext
ld_open64.3ext			:= LINKSRC = ld_support.3ext
ld_section.3ext			:= LINKSRC = ld_support.3ext
ld_section64.3ext		:= LINKSRC = ld_support.3ext
ld_start.3ext			:= LINKSRC = ld_support.3ext
ld_start64.3ext			:= LINKSRC = ld_support.3ext
ld_version.3ext			:= LINKSRC = ld_support.3ext

MD4Final.3ext			:= LINKSRC = md4.3ext
MD4Init.3ext			:= LINKSRC = md4.3ext
MD4Update.3ext			:= LINKSRC = md4.3ext

MD5Final.3ext			:= LINKSRC = md5.3ext
MD5Init.3ext			:= LINKSRC = md5.3ext
MD5Update.3ext			:= LINKSRC = md5.3ext
md5_calc.3ext			:= LINKSRC = md5.3ext

write_vtoc.3ext			:= LINKSRC = read_vtoc.3ext

la_activity.3ext		:= LINKSRC = rtld_audit.3ext
la_amd64_pltenter.3ext		:= LINKSRC = rtld_audit.3ext
la_i86_pltenter.3ext		:= LINKSRC = rtld_audit.3ext
la_objfilter.3ext		:= LINKSRC = rtld_audit.3ext
la_objopen.3ext			:= LINKSRC = rtld_audit.3ext
la_objsearch.3ext		:= LINKSRC = rtld_audit.3ext
la_pltexit.3ext			:= LINKSRC = rtld_audit.3ext
la_pltexit64.3ext		:= LINKSRC = rtld_audit.3ext
la_preinit.3ext			:= LINKSRC = rtld_audit.3ext
la_sparcv8_pltenter.3ext	:= LINKSRC = rtld_audit.3ext
la_sparcv9_pltenter.3ext	:= LINKSRC = rtld_audit.3ext
la_symbind32.3ext		:= LINKSRC = rtld_audit.3ext
la_symbind64.3ext		:= LINKSRC = rtld_audit.3ext
la_version.3ext			:= LINKSRC = rtld_audit.3ext

rd_delete.3ext			:= LINKSRC = rtld_db.3ext
rd_errstr.3ext			:= LINKSRC = rtld_db.3ext
rd_event_addr.3ext		:= LINKSRC = rtld_db.3ext
rd_event_enable.3ext		:= LINKSRC = rtld_db.3ext
rd_event_getmsg.3ext		:= LINKSRC = rtld_db.3ext
rd_init.3ext			:= LINKSRC = rtld_db.3ext
rd_loadobj_iter.3ext		:= LINKSRC = rtld_db.3ext
rd_log.3ext			:= LINKSRC = rtld_db.3ext
rd_new.3ext			:= LINKSRC = rtld_db.3ext
rd_objpad_enable.3ext		:= LINKSRC = rtld_db.3ext
rd_plt_resolution.3ext		:= LINKSRC = rtld_db.3ext
rd_reset.3ext			:= LINKSRC = rtld_db.3ext

SHA1Final.3ext			:= LINKSRC = sha1.3ext
SHA1Init.3ext			:= LINKSRC = sha1.3ext
SHA1Update.3ext			:= LINKSRC = sha1.3ext

SHA256Final.3ext		:= LINKSRC = sha2.3ext
SHA256Init.3ext			:= LINKSRC = sha2.3ext
SHA256Update.3ext		:= LINKSRC = sha2.3ext
SHA2Final.3ext			:= LINKSRC = sha2.3ext
SHA2Init.3ext			:= LINKSRC = sha2.3ext
SHA2Update.3ext			:= LINKSRC = sha2.3ext
SHA384Final.3ext		:= LINKSRC = sha2.3ext
SHA384Init.3ext			:= LINKSRC = sha2.3ext
SHA384Update.3ext		:= LINKSRC = sha2.3ext
SHA512Final.3ext		:= LINKSRC = sha2.3ext
SHA512Init.3ext			:= LINKSRC = sha2.3ext
SHA512Update.3ext		:= LINKSRC = sha2.3ext

tsalarm_set.3ext		:= LINKSRC = tsalarm_get.3ext

.KEEP_STATE:

include		$(SRC)/man/Makefile.man

install:	$(ROOTMANFILES) $(ROOTMANLINKS)