Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This file and its contents are supplied under the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may only use this file in accordance with the terms of version
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# 1.0 of the CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# A full copy of the text of the CDDL should have accompanied this
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# source. A copy of the CDDL is also available via the Internet
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# at http://www.illumos.org/license/CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2011, Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude ../../Makefile.master
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANSECT = 3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANFILES = NOTE.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_C_GetMechSession.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe auto_ef.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe crypt.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe demangle.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ecb_crypt.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe efi_alloc_and_init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_support.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe md4.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe md5.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe read_vtoc.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rtld_audit.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rtld_db.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sendfile.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sendfilev.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sha1.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sha2.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe stdarg.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tsalarm_get.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe varargs.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANSOFILES = DES_FAILED.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe MD4Final.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe MD4Init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe MD4Update.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe MD5Final.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe MD5Init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe MD5Update.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA1Final.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA1Init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA1Update.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA256Final.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA256Init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA256Update.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA2Final.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA2Init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA2Update.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA384Final.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA384Init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA384Update.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA512Final.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA512Init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SHA512Update.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_C_KeyToObject.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _NOTE.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe auto_ef_file.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe auto_ef_free.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe auto_ef_get_encoding.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe auto_ef_get_score.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe auto_ef_str.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe cbc_crypt.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe cplus_demangle.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe crypt_close.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe des_crypt.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe des_encrypt.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe des_setkey.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe des_setparity.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe efi_alloc_and_read.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe efi_free.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe efi_use_whole_disk.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe efi_write.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe encrypt.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_activity.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_amd64_pltenter.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_i86_pltenter.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_objfilter.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_objopen.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_objsearch.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_pltexit.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_pltexit64.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_preinit.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_sparcv8_pltenter.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_sparcv9_pltenter.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_symbind32.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_symbind64.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe la_version.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_atexit.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_atexit64.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_file.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_file64.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_input_done.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_input_section.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_input_section64.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_open.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_open64.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_section.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_section64.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_start.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_start64.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ld_version.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe md5_calc.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_delete.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_errstr.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_event_addr.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_event_enable.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_event_getmsg.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_init.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_loadobj_iter.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_log.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_new.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_objpad_enable.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_plt_resolution.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rd_reset.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe run_crypt.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe run_setkey.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setkey.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tsalarm_set.3ext \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe write_vtoc.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANFILES += $(MANSOFILES)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_NOTE.3ext := SOSRC = man3ext/NOTE.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSUNW_C_KeyToObject.3ext := SOSRC = man3ext/SUNW_C_GetMechSession.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweauto_ef_file.3ext := SOSRC = man3ext/auto_ef.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweauto_ef_free.3ext := SOSRC = man3ext/auto_ef.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweauto_ef_get_encoding.3ext := SOSRC = man3ext/auto_ef.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweauto_ef_get_score.3ext := SOSRC = man3ext/auto_ef.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweauto_ef_str.3ext := SOSRC = man3ext/auto_ef.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowecrypt_close.3ext := SOSRC = man3ext/crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowedes_crypt.3ext := SOSRC = man3ext/crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowedes_encrypt.3ext := SOSRC = man3ext/crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowedes_setkey.3ext := SOSRC = man3ext/crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweencrypt.3ext := SOSRC = man3ext/crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerun_crypt.3ext := SOSRC = man3ext/crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerun_setkey.3ext := SOSRC = man3ext/crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetkey.3ext := SOSRC = man3ext/crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowecplus_demangle.3ext := SOSRC = man3ext/demangle.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweDES_FAILED.3ext := SOSRC = man3ext/ecb_crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowecbc_crypt.3ext := SOSRC = man3ext/ecb_crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowedes_setparity.3ext := SOSRC = man3ext/ecb_crypt.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweefi_alloc_and_read.3ext := SOSRC = man3ext/efi_alloc_and_init.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweefi_free.3ext := SOSRC = man3ext/efi_alloc_and_init.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweefi_use_whole_disk.3ext := SOSRC = man3ext/efi_alloc_and_init.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweefi_write.3ext := SOSRC = man3ext/efi_alloc_and_init.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_atexit.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_atexit64.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_file.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_file64.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_input_done.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_input_section.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_input_section64.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_open.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_open64.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_section.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_section64.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_start.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_start64.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweld_version.3ext := SOSRC = man3ext/ld_support.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMD4Final.3ext := SOSRC = man3ext/md4.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMD4Init.3ext := SOSRC = man3ext/md4.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMD4Update.3ext := SOSRC = man3ext/md4.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMD5Final.3ext := SOSRC = man3ext/md5.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMD5Init.3ext := SOSRC = man3ext/md5.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMD5Update.3ext := SOSRC = man3ext/md5.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowemd5_calc.3ext := SOSRC = man3ext/md5.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowewrite_vtoc.3ext := SOSRC = man3ext/read_vtoc.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_activity.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_amd64_pltenter.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_i86_pltenter.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_objfilter.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_objopen.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_objsearch.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_pltexit.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_pltexit64.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_preinit.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_sparcv8_pltenter.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_sparcv9_pltenter.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_symbind32.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_symbind64.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowela_version.3ext := SOSRC = man3ext/rtld_audit.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_delete.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_errstr.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_event_addr.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_event_enable.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_event_getmsg.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_init.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_loadobj_iter.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_log.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_new.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_objpad_enable.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_plt_resolution.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerd_reset.3ext := SOSRC = man3ext/rtld_db.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA1Final.3ext := SOSRC = man3ext/sha1.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA1Init.3ext := SOSRC = man3ext/sha1.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA1Update.3ext := SOSRC = man3ext/sha1.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA256Final.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA256Init.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA256Update.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA2Final.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA2Init.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA2Update.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA384Final.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA384Init.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA384Update.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA512Final.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA512Init.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSHA512Update.3ext := SOSRC = man3ext/sha2.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowetsalarm_set.3ext := SOSRC = man3ext/tsalarm_get.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude ../Makefile.man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinstall: $(ROOTMANFILES)