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
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2011, Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinclude $(SRC)/Makefile.master
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANSECT= 3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANFILES= 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
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANLINKS= 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
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov_NOTE.3ext := LINKSRC = NOTE.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSUNW_C_KeyToObject.3ext := LINKSRC = SUNW_C_GetMechSession.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovauto_ef_file.3ext := LINKSRC = auto_ef.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovauto_ef_free.3ext := LINKSRC = auto_ef.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovauto_ef_get_encoding.3ext := LINKSRC = auto_ef.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovauto_ef_get_score.3ext := LINKSRC = auto_ef.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovauto_ef_str.3ext := LINKSRC = auto_ef.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovcrypt_close.3ext := LINKSRC = crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovdes_crypt.3ext := LINKSRC = crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovdes_encrypt.3ext := LINKSRC = crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovdes_setkey.3ext := LINKSRC = crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovencrypt.3ext := LINKSRC = crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrun_crypt.3ext := LINKSRC = crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrun_setkey.3ext := LINKSRC = crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovsetkey.3ext := LINKSRC = crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovcplus_demangle.3ext := LINKSRC = demangle.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovDES_FAILED.3ext := LINKSRC = ecb_crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovcbc_crypt.3ext := LINKSRC = ecb_crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovdes_setparity.3ext := LINKSRC = ecb_crypt.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovefi_alloc_and_read.3ext := LINKSRC = efi_alloc_and_init.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovefi_free.3ext := LINKSRC = efi_alloc_and_init.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovefi_use_whole_disk.3ext := LINKSRC = efi_alloc_and_init.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovefi_write.3ext := LINKSRC = efi_alloc_and_init.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_atexit.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_atexit64.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_file.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_file64.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_input_done.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_input_section.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_input_section64.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_open.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_open64.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_section.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_section64.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_start.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_start64.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovld_version.3ext := LINKSRC = ld_support.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMD4Final.3ext := LINKSRC = md4.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMD4Init.3ext := LINKSRC = md4.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMD4Update.3ext := LINKSRC = md4.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMD5Final.3ext := LINKSRC = md5.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMD5Init.3ext := LINKSRC = md5.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMD5Update.3ext := LINKSRC = md5.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovmd5_calc.3ext := LINKSRC = md5.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovwrite_vtoc.3ext := LINKSRC = read_vtoc.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_activity.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_amd64_pltenter.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_i86_pltenter.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_objfilter.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_objopen.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_objsearch.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_pltexit.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_pltexit64.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_preinit.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_sparcv8_pltenter.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_sparcv9_pltenter.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_symbind32.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_symbind64.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovla_version.3ext := LINKSRC = rtld_audit.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_delete.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_errstr.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_event_addr.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_event_enable.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_event_getmsg.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_init.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_loadobj_iter.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_log.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_new.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_objpad_enable.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_plt_resolution.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovrd_reset.3ext := LINKSRC = rtld_db.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA1Final.3ext := LINKSRC = sha1.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA1Init.3ext := LINKSRC = sha1.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA1Update.3ext := LINKSRC = sha1.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA256Final.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA256Init.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA256Update.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA2Final.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA2Init.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA2Update.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA384Final.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA384Init.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA384Update.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA512Final.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA512Init.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovSHA512Update.3ext := LINKSRC = sha2.3ext
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovtsalarm_set.3ext := LINKSRC = tsalarm_get.3ext
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinclude $(SRC)/man/Makefile.man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinstall: $(ROOTMANFILES) $(ROOTMANLINKS)