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