| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | Makefile | 1 MAN+= EVP_ASYM_CIPHER-RSA.7 2 MAN+= EVP_ASYM_CIPHER-SM2.7 3 MAN+= EVP_CIPHER-AES.7 4 MAN+= EVP_CIPHER-ARIA.7 5 MAN+= EVP_CIPHER-BLOWFISH.7 6 MAN+= EVP_CIPHER-CAMELLIA.7 7 MAN+= EVP_CIPHER-CAST.7 8 MAN+= EVP_CIPHER-CHACHA.7 9 MAN+= EVP_CIPHER-DES.7 10 MAN+= EVP_CIPHER-IDEA.7 [all …]
|
| /freebsd/secure/usr.bin/openssl/ |
| H A D | Makefile.man | 1 MAN+= CA.pl.1 2 MAN+= openssl-asn1parse.1 3 MAN+= openssl-ca.1 4 MAN+= openssl-ciphers.1 5 MAN+= openssl-cmds.1 6 MAN+= openssl-cmp.1 7 MAN+= openssl-cms.1 8 MAN+= openssl-crl.1 9 MAN+= openssl-crl2pkcs7.1 10 MAN+= openssl-dgst.1 [all …]
|
| /freebsd/lib/libpmc/ |
| H A D | Makefile | 46 MAN= pmc.3 macro 47 MAN+= pmc_allocate.3 48 MAN+= pmc_attach.3 49 MAN+= pmc_capabilities.3 50 MAN+= pmc_configure_logfile.3 51 MAN+= pmc_disable.3 52 MAN+= pmc_event_names_of_class.3 53 MAN+= pmc_get_driver_stats.3 54 MAN+= pmc_get_msr.3 55 MAN+= pmc_init.3 [all …]
|
| /freebsd/lib/libgssapi/ |
| H A D | Makefile | 62 MAN= macro 63 MAN+= gssapi.3 64 MAN+= gss_accept_sec_context.3 65 MAN+= gss_acquire_cred.3 66 MAN+= gss_add_cred.3 67 MAN+= gss_add_oid_set_member.3 68 MAN+= gss_canonicalize_name.3 69 MAN+= gss_compare_name.3 70 MAN+= gss_context_time.3 71 MAN+= gss_create_empty_oid_set.3 [all …]
|
| /freebsd/lib/librpcsec_gss/ |
| H A D | Makefile | 21 MAN= rpcsec_gss.3 macro 22 MAN+= rpc_gss_seccreate.3 23 MAN+= rpc_gss_set_defaults.3 24 MAN+= rpc_gss_max_data_length.3 25 MAN+= rpc_gss_get_error.3 27 MAN+= rpc_gss_mech_to_oid.3 28 MAN+= rpc_gss_oid_to_mech.3 29 MAN+= rpc_gss_qop_to_num.3 30 MAN+= rpc_gss_get_mechanisms.3 31 MAN+= rpc_gss_get_mech_info.3 [all …]
|
| /freebsd/lib/libutil/ |
| H A D | Makefile | 35 MAN+= cpuset.3 38 MAN+= expand_number.3 39 MAN+= flopen.3 41 MAN+= fparseln.3 42 MAN+= ftime.3 43 MAN+= getlocalbase.3 44 MAN+= hexdump.3 45 MAN+= humanize_number.3 46 MAN+= kinfo_getallproc.3 47 MAN+= kinfo_getfile.3 [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1 MAN+= ADMISSIONS.3 2 MAN+= ASN1_EXTERN_FUNCS.3 3 MAN+= ASN1_INTEGER_get_int64.3 4 MAN+= ASN1_INTEGER_new.3 5 MAN+= ASN1_ITEM_lookup.3 6 MAN+= ASN1_OBJECT_new.3 7 MAN+= ASN1_STRING_TABLE_add.3 8 MAN+= ASN1_STRING_length.3 9 MAN+= ASN1_STRING_new.3 10 MAN+= ASN1_STRING_print_ex.3 [all …]
|
| /freebsd/usr.bin/bmake/ |
| H A D | Makefile | 43 MAN= ${PROG}.1 macro 44 SRCS.${MAN}= ${srcdir}/make.1 102 MAN1= ${MAN} 111 SED_CMDS.${MAN}+= \ 118 ${MAN}: my.history 126 SED_CMDS.${MAN}+= \ 134 SED_CMDS.${MAN}+= -e 's/^\.Nx/NetBSD/' 138 .if !empty(SRCS.${MAN}) 139 .NOPATH: ${MAN} 140 ${MAN}: ${SRCS.${MAN}} _GENFILES_USE [all …]
|
| /freebsd/contrib/bmake/ |
| H A D | Makefile | 30 MAN = ${PROG}.1 macro 31 SRCS.${MAN} = ${srcdir}/make.1 123 .if ${PROG} != "make" || ${srcdir} != ${.CURDIR} || !exists(${srcdir}/${MAN}) 144 MAN1 = ${MAN} 148 # we use this to generate ${MAN} 153 SED_CMDS.${MAN} += \ 160 ${MAN}: my.history 168 SED_CMDS.${MAN} += \ 176 SED_CMDS.${MAN} += -e 's/^\.Nx/NetBSD/' 180 .if !empty(SRCS.${MAN}) [all...] |
| /freebsd/share/man/man4/man4.aarch64/ |
| H A D | Makefile | 3 MAN= \ macro 16 MAN+= \ 23 .for _manpage in ${MAN}
|
| /freebsd/contrib/bmake/mk/ |
| H A D | man.mk | 51 .if defined(MAN) && !empty(MAN) 54 MANALL ?= ${MAN:T:@p@${p:R}.cat${p:E}@} 56 MANALL ?= ${MAN} 88 .if target(${MAN:[1]}) 109 _mansets := ${MAN:E:O:u:M*[1-9]:@s@man$s@}
|
| H A D | prog.mk | 12 .if defined(MAN) && !empty(MAN) 13 _sect:=${MAN:E} 14 MAN${_sect}=${MAN} 150 .if !defined(MAN) 151 MAN= ${PROG}.1
|
| /freebsd/sbin/reboot/ |
| H A D | Makefile | 3 MAN= reboot.8 nextboot.8 macro 7 MAN+= boot_${MACHINE}.8 11 MAN+= boot_i386.8
|
| /freebsd/contrib/ldns-host/ |
| H A D | Makefile | 3 MAN=ldns-host.1 macro 20 cp ${MAN} ${MANDIR}/man1/ 23 rm -f ${PREFIX}/bin/${PROG} ${MANDIR}/man1/${MAN}
|
| /freebsd/sbin/resolvconf/ |
| H A D | Makefile | 10 MAN= resolvconf.conf.5 resolvconf.8 macro 12 CLEANFILES= ${SCRIPTS} ${FILES} ${MAN} 25 .for f in ${SCRIPTS} ${FILES} ${MAN}
|
| /freebsd/share/man/man7/ |
| H A D | Makefile | 3 MANGROUPS= MAN 6 MAN= arch.7 \ macro 55 MAN+= networking.7
|
| /freebsd/usr.bin/kyua/ |
| H A D | Makefile | 18 MAN= kyua-about.1 \ macro 208 CLEANFILES+= ${MAN} 210 .for man in ${MAN}
|
| /freebsd/secure/lib/libcrypto/man/man5/ |
| H A D | Makefile | 2 MAN+= fips_config.5 3 MAN+= x509v3_config.5
|
| /freebsd/lib/libcompat/ |
| H A D | Makefile | 13 MAN+= 4.3/re_comp.3 4.3/rexec.3 20 MAN+= 4.4/cuserid.3
|
| /freebsd/share/man/man4/man4.powerpc/ |
| H A D | Makefile | 1 MAN= adb.4 \ macro 21 .for _manpage in ${MAN}
|
| /freebsd/share/man/man4/man4.arm/ |
| H A D | Makefile | 1 MAN= \ macro 19 .for _manpage in ${MAN}
|
| /freebsd/lib/libutil++/ |
| H A D | Makefile | 6 MAN+= freebsd::FILE_up.3 \ 14 .for page in ${MAN}
|
| /freebsd/share/man/man4/man4.i386/ |
| H A D | Makefile | 1 MAN= apm.4 \ macro 25 .for _manpage in ${MAN}
|
| /freebsd/krb5/usr.bin/kpasswd/ |
| H A D | Makefile | 20 MAN= kpasswd.1 macro 24 MAN= kpasswd.1 macro
|
| /freebsd/krb5/usr.sbin/kadmin.local/ |
| H A D | Makefile | 19 MAN= kadmin.local.8 macro 25 MAN= macro
|