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 17include $(SRC)/Makefile.master 18 19MANSECT= 3ext 20 21MANFILES= 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 41 42MANLINKS= 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_reserved_sectors.3ext \ 81 efi_use_whole_disk.3ext \ 82 efi_write.3ext \ 83 encrypt.3ext \ 84 la_activity.3ext \ 85 la_amd64_pltenter.3ext \ 86 la_i86_pltenter.3ext \ 87 la_objfilter.3ext \ 88 la_objopen.3ext \ 89 la_objsearch.3ext \ 90 la_pltexit.3ext \ 91 la_pltexit64.3ext \ 92 la_preinit.3ext \ 93 la_sparcv8_pltenter.3ext \ 94 la_sparcv9_pltenter.3ext \ 95 la_symbind32.3ext \ 96 la_symbind64.3ext \ 97 la_version.3ext \ 98 ld_atexit.3ext \ 99 ld_atexit64.3ext \ 100 ld_file.3ext \ 101 ld_file64.3ext \ 102 ld_input_done.3ext \ 103 ld_input_section.3ext \ 104 ld_input_section64.3ext \ 105 ld_open.3ext \ 106 ld_open64.3ext \ 107 ld_section.3ext \ 108 ld_section64.3ext \ 109 ld_start.3ext \ 110 ld_start64.3ext \ 111 ld_version.3ext \ 112 md5_calc.3ext \ 113 rd_delete.3ext \ 114 rd_errstr.3ext \ 115 rd_event_addr.3ext \ 116 rd_event_enable.3ext \ 117 rd_event_getmsg.3ext \ 118 rd_init.3ext \ 119 rd_loadobj_iter.3ext \ 120 rd_log.3ext \ 121 rd_new.3ext \ 122 rd_objpad_enable.3ext \ 123 rd_plt_resolution.3ext \ 124 rd_reset.3ext \ 125 run_crypt.3ext \ 126 run_setkey.3ext \ 127 setkey.3ext \ 128 tsalarm_set.3ext \ 129 write_vtoc.3ext 130 131_NOTE.3ext := LINKSRC = NOTE.3ext 132 133SUNW_C_KeyToObject.3ext := LINKSRC = SUNW_C_GetMechSession.3ext 134 135auto_ef_file.3ext := LINKSRC = auto_ef.3ext 136auto_ef_free.3ext := LINKSRC = auto_ef.3ext 137auto_ef_get_encoding.3ext := LINKSRC = auto_ef.3ext 138auto_ef_get_score.3ext := LINKSRC = auto_ef.3ext 139auto_ef_str.3ext := LINKSRC = auto_ef.3ext 140 141crypt_close.3ext := LINKSRC = crypt.3ext 142des_crypt.3ext := LINKSRC = crypt.3ext 143des_encrypt.3ext := LINKSRC = crypt.3ext 144des_setkey.3ext := LINKSRC = crypt.3ext 145encrypt.3ext := LINKSRC = crypt.3ext 146run_crypt.3ext := LINKSRC = crypt.3ext 147run_setkey.3ext := LINKSRC = crypt.3ext 148setkey.3ext := LINKSRC = crypt.3ext 149 150cplus_demangle.3ext := LINKSRC = demangle.3ext 151 152DES_FAILED.3ext := LINKSRC = ecb_crypt.3ext 153cbc_crypt.3ext := LINKSRC = ecb_crypt.3ext 154des_setparity.3ext := LINKSRC = ecb_crypt.3ext 155 156efi_alloc_and_read.3ext := LINKSRC = efi_alloc_and_init.3ext 157efi_free.3ext := LINKSRC = efi_alloc_and_init.3ext 158efi_reserved_sectors.3ext := LINKSRC = efi_alloc_and_init.3ext 159efi_use_whole_disk.3ext := LINKSRC = efi_alloc_and_init.3ext 160efi_write.3ext := LINKSRC = efi_alloc_and_init.3ext 161 162ld_atexit.3ext := LINKSRC = ld_support.3ext 163ld_atexit64.3ext := LINKSRC = ld_support.3ext 164ld_file.3ext := LINKSRC = ld_support.3ext 165ld_file64.3ext := LINKSRC = ld_support.3ext 166ld_input_done.3ext := LINKSRC = ld_support.3ext 167ld_input_section.3ext := LINKSRC = ld_support.3ext 168ld_input_section64.3ext := LINKSRC = ld_support.3ext 169ld_open.3ext := LINKSRC = ld_support.3ext 170ld_open64.3ext := LINKSRC = ld_support.3ext 171ld_section.3ext := LINKSRC = ld_support.3ext 172ld_section64.3ext := LINKSRC = ld_support.3ext 173ld_start.3ext := LINKSRC = ld_support.3ext 174ld_start64.3ext := LINKSRC = ld_support.3ext 175ld_version.3ext := LINKSRC = ld_support.3ext 176 177MD4Final.3ext := LINKSRC = md4.3ext 178MD4Init.3ext := LINKSRC = md4.3ext 179MD4Update.3ext := LINKSRC = md4.3ext 180 181MD5Final.3ext := LINKSRC = md5.3ext 182MD5Init.3ext := LINKSRC = md5.3ext 183MD5Update.3ext := LINKSRC = md5.3ext 184md5_calc.3ext := LINKSRC = md5.3ext 185 186write_vtoc.3ext := LINKSRC = read_vtoc.3ext 187 188la_activity.3ext := LINKSRC = rtld_audit.3ext 189la_amd64_pltenter.3ext := LINKSRC = rtld_audit.3ext 190la_i86_pltenter.3ext := LINKSRC = rtld_audit.3ext 191la_objfilter.3ext := LINKSRC = rtld_audit.3ext 192la_objopen.3ext := LINKSRC = rtld_audit.3ext 193la_objsearch.3ext := LINKSRC = rtld_audit.3ext 194la_pltexit.3ext := LINKSRC = rtld_audit.3ext 195la_pltexit64.3ext := LINKSRC = rtld_audit.3ext 196la_preinit.3ext := LINKSRC = rtld_audit.3ext 197la_sparcv8_pltenter.3ext := LINKSRC = rtld_audit.3ext 198la_sparcv9_pltenter.3ext := LINKSRC = rtld_audit.3ext 199la_symbind32.3ext := LINKSRC = rtld_audit.3ext 200la_symbind64.3ext := LINKSRC = rtld_audit.3ext 201la_version.3ext := LINKSRC = rtld_audit.3ext 202 203rd_delete.3ext := LINKSRC = rtld_db.3ext 204rd_errstr.3ext := LINKSRC = rtld_db.3ext 205rd_event_addr.3ext := LINKSRC = rtld_db.3ext 206rd_event_enable.3ext := LINKSRC = rtld_db.3ext 207rd_event_getmsg.3ext := LINKSRC = rtld_db.3ext 208rd_init.3ext := LINKSRC = rtld_db.3ext 209rd_loadobj_iter.3ext := LINKSRC = rtld_db.3ext 210rd_log.3ext := LINKSRC = rtld_db.3ext 211rd_new.3ext := LINKSRC = rtld_db.3ext 212rd_objpad_enable.3ext := LINKSRC = rtld_db.3ext 213rd_plt_resolution.3ext := LINKSRC = rtld_db.3ext 214rd_reset.3ext := LINKSRC = rtld_db.3ext 215 216SHA1Final.3ext := LINKSRC = sha1.3ext 217SHA1Init.3ext := LINKSRC = sha1.3ext 218SHA1Update.3ext := LINKSRC = sha1.3ext 219 220SHA256Final.3ext := LINKSRC = sha2.3ext 221SHA256Init.3ext := LINKSRC = sha2.3ext 222SHA256Update.3ext := LINKSRC = sha2.3ext 223SHA2Final.3ext := LINKSRC = sha2.3ext 224SHA2Init.3ext := LINKSRC = sha2.3ext 225SHA2Update.3ext := LINKSRC = sha2.3ext 226SHA384Final.3ext := LINKSRC = sha2.3ext 227SHA384Init.3ext := LINKSRC = sha2.3ext 228SHA384Update.3ext := LINKSRC = sha2.3ext 229SHA512Final.3ext := LINKSRC = sha2.3ext 230SHA512Init.3ext := LINKSRC = sha2.3ext 231SHA512Update.3ext := LINKSRC = sha2.3ext 232 233tsalarm_set.3ext := LINKSRC = tsalarm_get.3ext 234 235.KEEP_STATE: 236 237include $(SRC)/man/Makefile.man 238 239install: $(ROOTMANFILES) $(ROOTMANLINKS) 240