diff options
Diffstat (limited to 'secure')
77 files changed, 0 insertions, 77 deletions
diff --git a/secure/Makefile b/secure/Makefile index 198df326fe32..f23953bb71ad 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/secure/Makefile.inc b/secure/Makefile.inc index 5de6eed37faf..c951f3d3524f 100644 --- a/secure/Makefile.inc +++ b/secure/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ .if exists(${.CURDIR:H:H}/lib/libcrypt/obj) CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt/obj diff --git a/secure/caroot/Makefile b/secure/caroot/Makefile index c685c5f6cc7a..4390d4890b92 100644 --- a/secure/caroot/Makefile +++ b/secure/caroot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ CLEANFILES+= certdata.txt diff --git a/secure/caroot/Makefile.inc b/secure/caroot/Makefile.inc index 9475e35f5854..700e6ff3048c 100644 --- a/secure/caroot/Makefile.inc +++ b/secure/caroot/Makefile.inc @@ -1,3 +1,2 @@ -# $FreeBSD$ PACKAGE= caroot diff --git a/secure/caroot/README b/secure/caroot/README index 9b41e27bf0d3..3605ae5a3ca8 100644 --- a/secure/caroot/README +++ b/secure/caroot/README @@ -1,4 +1,3 @@ -# $FreeBSD$ This directory contains the scripts to update the TLS CA Root Certificates that comprise the 'root trust store'. diff --git a/secure/caroot/trusted/Makefile b/secure/caroot/trusted/Makefile index eb382ad1bc74..20d0ccfcbe23 100644 --- a/secure/caroot/trusted/Makefile +++ b/secure/caroot/trusted/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ BINDIR= /usr/share/certs/trusted diff --git a/secure/caroot/untrusted/Makefile b/secure/caroot/untrusted/Makefile index e988841071d2..e5341c978008 100644 --- a/secure/caroot/untrusted/Makefile +++ b/secure/caroot/untrusted/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ BINDIR= /usr/share/certs/untrusted diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 9ceedcdc8149..b4b586fa6585 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index c6d2f5ba464e..9f5c8f243963 100644 --- a/secure/lib/Makefile.inc +++ b/secure/lib/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ .include "../Makefile.inc" .if exists(${.CURDIR:H:H:H}/lib/Makefile.inc) diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 6b2a1f3bd157..f7ea9cb6a93a 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIBDIR?= /lib SUBDIR= engines modules diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index d1fec7c961cd..791e36229343 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -1,4 +1,3 @@ -# $FreeBSD$ # Use this to help generate the asm *.S files after an import. It is not # perfect by any means, but does what is needed. # Do a 'make -f Makefile.asm all' and it will generate *.S. Move them diff --git a/secure/lib/libcrypto/Makefile.common b/secure/lib/libcrypto/Makefile.common index 7abb73e226fd..620bc9178f38 100644 --- a/secure/lib/libcrypto/Makefile.common +++ b/secure/lib/libcrypto/Makefile.common @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.endian.mk> diff --git a/secure/lib/libcrypto/Makefile.depend b/secure/lib/libcrypto/Makefile.depend index 1ebd4665d39d..a5a5b8eb1667 100644 --- a/secure/lib/libcrypto/Makefile.depend +++ b/secure/lib/libcrypto/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 5967cc3d06f7..9682b486f830 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.own.mk> diff --git a/secure/lib/libcrypto/Makefile.man b/secure/lib/libcrypto/Makefile.man index 827d6be51b92..344c11c3e3f8 100644 --- a/secure/lib/libcrypto/Makefile.man +++ b/secure/lib/libcrypto/Makefile.man @@ -1,4 +1,3 @@ -# $FreeBSD$ .for m in 3 5 7 .include "man/man${m}/Makefile" .PATH: ${.CURDIR}/man/man${m} diff --git a/secure/lib/libcrypto/Version.map b/secure/lib/libcrypto/Version.map index 93dbdcb7f1cb..557b4a4b7b84 100644 --- a/secure/lib/libcrypto/Version.map +++ b/secure/lib/libcrypto/Version.map @@ -1,4 +1,3 @@ -# $FreeBSD$ OPENSSL_1_1_0 { global: diff --git a/secure/lib/libcrypto/engines/Makefile b/secure/lib/libcrypto/engines/Makefile index ac9dfda42b36..80587f47c48f 100644 --- a/secure/lib/libcrypto/engines/Makefile +++ b/secure/lib/libcrypto/engines/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SUBDIR= capi devcrypto loader_attic .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" diff --git a/secure/lib/libcrypto/engines/Makefile.inc b/secure/lib/libcrypto/engines/Makefile.inc index 3fd82559a2a4..39b728ff722f 100644 --- a/secure/lib/libcrypto/engines/Makefile.inc +++ b/secure/lib/libcrypto/engines/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIBDIR= ${LIBDIR}/engines-3 diff --git a/secure/lib/libcrypto/engines/capi/Makefile b/secure/lib/libcrypto/engines/capi/Makefile index 85b509e7b633..184b6aaef2f2 100644 --- a/secure/lib/libcrypto/engines/capi/Makefile +++ b/secure/lib/libcrypto/engines/capi/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIB_NAME?= capi.so diff --git a/secure/lib/libcrypto/engines/devcrypto/Makefile b/secure/lib/libcrypto/engines/devcrypto/Makefile index 697b007b0511..a8b6f84a70ba 100644 --- a/secure/lib/libcrypto/engines/devcrypto/Makefile +++ b/secure/lib/libcrypto/engines/devcrypto/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIB_NAME?= devcrypto.so diff --git a/secure/lib/libcrypto/engines/loader_attic/Makefile b/secure/lib/libcrypto/engines/loader_attic/Makefile index a41a4c7db593..bd837dbb5596 100644 --- a/secure/lib/libcrypto/engines/loader_attic/Makefile +++ b/secure/lib/libcrypto/engines/loader_attic/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIB_NAME?= loader_attic.so diff --git a/secure/lib/libcrypto/engines/padlock/Makefile b/secure/lib/libcrypto/engines/padlock/Makefile index 85b7076f0f0d..234f019107cd 100644 --- a/secure/lib/libcrypto/engines/padlock/Makefile +++ b/secure/lib/libcrypto/engines/padlock/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIB_NAME?= padlock.so diff --git a/secure/lib/libcrypto/man/man3/Makefile b/secure/lib/libcrypto/man/man3/Makefile index 2a3db45b20a4..dfac5d5c5545 100644 --- a/secure/lib/libcrypto/man/man3/Makefile +++ b/secure/lib/libcrypto/man/man3/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ MAN+= ADMISSIONS.3 MAN+= ASN1_EXTERN_FUNCS.3 MAN+= ASN1_INTEGER_get_int64.3 diff --git a/secure/lib/libcrypto/man/man5/Makefile b/secure/lib/libcrypto/man/man5/Makefile index debdeb538adb..8613df9675ac 100644 --- a/secure/lib/libcrypto/man/man5/Makefile +++ b/secure/lib/libcrypto/man/man5/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ #MAN+= config.5 MAN+= fips_config.5 MAN+= x509v3_config.5 diff --git a/secure/lib/libcrypto/man/man7/Makefile b/secure/lib/libcrypto/man/man7/Makefile index 9afaa97a6165..06def852520b 100644 --- a/secure/lib/libcrypto/man/man7/Makefile +++ b/secure/lib/libcrypto/man/man7/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ MAN+= EVP_ASYM_CIPHER-RSA.7 MAN+= EVP_ASYM_CIPHER-SM2.7 MAN+= EVP_CIPHER-AES.7 diff --git a/secure/lib/libcrypto/modules/Makefile b/secure/lib/libcrypto/modules/Makefile index 9cc1d535e4a3..2f9e5b40fe3e 100644 --- a/secure/lib/libcrypto/modules/Makefile +++ b/secure/lib/libcrypto/modules/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SUBDIR= fips legacy SUBDIR_PARALLEL= diff --git a/secure/lib/libcrypto/modules/Makefile.inc b/secure/lib/libcrypto/modules/Makefile.inc index 6e74ff36a9cf..0c7027bff89b 100644 --- a/secure/lib/libcrypto/modules/Makefile.inc +++ b/secure/lib/libcrypto/modules/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIBDIR= ${LIBDIR}/ossl-modules diff --git a/secure/lib/libcrypto/modules/fips/Makefile b/secure/lib/libcrypto/modules/fips/Makefile index d41e3bcfe294..145cb5993786 100644 --- a/secure/lib/libcrypto/modules/fips/Makefile +++ b/secure/lib/libcrypto/modules/fips/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIB_NAME?= fips.so diff --git a/secure/lib/libcrypto/modules/legacy/Makefile b/secure/lib/libcrypto/modules/legacy/Makefile index c98ca9553e20..913c0c41f5eb 100644 --- a/secure/lib/libcrypto/modules/legacy/Makefile +++ b/secure/lib/libcrypto/modules/legacy/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIB_NAME?= legacy.so diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 83afda7a8e43..e6738be94f65 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/lib/libssh/Makefile.depend b/secure/lib/libssh/Makefile.depend index 4286e7090dcd..8759514e9060 100644 --- a/secure/lib/libssh/Makefile.depend +++ b/secure/lib/libssh/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index dc308bcfb146..21a57f6b368f 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/secure/lib/libssl/Makefile.depend b/secure/lib/libssl/Makefile.depend index 062a1dfd506e..a63aad6f7776 100644 --- a/secure/lib/libssl/Makefile.depend +++ b/secure/lib/libssl/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/lib/libssl/Version.map b/secure/lib/libssl/Version.map index b777dab1dd4d..457493beafb5 100644 --- a/secure/lib/libssl/Version.map +++ b/secure/lib/libssl/Version.map @@ -1,4 +1,3 @@ -# $FreeBSD$ OPENSSL_1_1_0 { global: diff --git a/secure/lib/tests/Makefile b/secure/lib/tests/Makefile index 3b3078f8612a..b8996030aafc 100644 --- a/secure/lib/tests/Makefile +++ b/secure/lib/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${SRCTOP}/tests KYUAFILE= yes diff --git a/secure/lib/tests/Makefile.depend b/secure/lib/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/secure/lib/tests/Makefile.depend +++ b/secure/lib/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile index f07454db3643..6d0be7b50dfd 100644 --- a/secure/libexec/Makefile +++ b/secure/libexec/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc index 084a71910243..e5beeed87cac 100644 --- a/secure/libexec/Makefile.inc +++ b/secure/libexec/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ BINDIR?= /usr/libexec PACKAGE= ssh diff --git a/secure/libexec/sftp-server/Makefile b/secure/libexec/sftp-server/Makefile index 97408d332d34..852055bfe625 100644 --- a/secure/libexec/sftp-server/Makefile +++ b/secure/libexec/sftp-server/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/libexec/sftp-server/Makefile.depend b/secure/libexec/sftp-server/Makefile.depend index 1577383c0439..0b866dcb03d8 100644 --- a/secure/libexec/sftp-server/Makefile.depend +++ b/secure/libexec/sftp-server/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile index 72acf1c2d75e..e5aa05f40f1d 100644 --- a/secure/libexec/ssh-keysign/Makefile +++ b/secure/libexec/ssh-keysign/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/libexec/ssh-keysign/Makefile.depend b/secure/libexec/ssh-keysign/Makefile.depend index 1577383c0439..0b866dcb03d8 100644 --- a/secure/libexec/ssh-keysign/Makefile.depend +++ b/secure/libexec/ssh-keysign/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/libexec/ssh-pkcs11-helper/Makefile b/secure/libexec/ssh-pkcs11-helper/Makefile index c4ae4f503197..2e04a0ed1fc2 100644 --- a/secure/libexec/ssh-pkcs11-helper/Makefile +++ b/secure/libexec/ssh-pkcs11-helper/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/libexec/ssh-pkcs11-helper/Makefile.depend b/secure/libexec/ssh-pkcs11-helper/Makefile.depend index 1577383c0439..0b866dcb03d8 100644 --- a/secure/libexec/ssh-pkcs11-helper/Makefile.depend +++ b/secure/libexec/ssh-pkcs11-helper/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/libexec/tests/Makefile b/secure/libexec/tests/Makefile index 3b3078f8612a..b8996030aafc 100644 --- a/secure/libexec/tests/Makefile +++ b/secure/libexec/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${SRCTOP}/tests KYUAFILE= yes diff --git a/secure/libexec/tests/Makefile.depend b/secure/libexec/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/secure/libexec/tests/Makefile.depend +++ b/secure/libexec/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/tests/Makefile b/secure/tests/Makefile index 3b3078f8612a..b8996030aafc 100644 --- a/secure/tests/Makefile +++ b/secure/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${SRCTOP}/tests KYUAFILE= yes diff --git a/secure/tests/Makefile.depend b/secure/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/secure/tests/Makefile.depend +++ b/secure/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 62cdeb3d640b..55abbdb5c3e8 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/secure/usr.bin/Makefile.inc b/secure/usr.bin/Makefile.inc index 4cec6fe01a45..78a3af23f3cc 100644 --- a/secure/usr.bin/Makefile.inc +++ b/secure/usr.bin/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ BINDIR?= /usr/bin diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile index b2c94616ff9c..464189e79821 100644 --- a/secure/usr.bin/openssl/Makefile +++ b/secure/usr.bin/openssl/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ CONFS= openssl.cnf CONFSDIR= /etc/ssl diff --git a/secure/usr.bin/openssl/Makefile.depend b/secure/usr.bin/openssl/Makefile.depend index 77b203805a73..7f663f7f4954 100644 --- a/secure/usr.bin/openssl/Makefile.depend +++ b/secure/usr.bin/openssl/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/openssl/Makefile.man b/secure/usr.bin/openssl/Makefile.man index c08b08c456c5..2e1dbf3c5f17 100644 --- a/secure/usr.bin/openssl/Makefile.man +++ b/secure/usr.bin/openssl/Makefile.man @@ -1,4 +1,3 @@ -# $FreeBSD$ MAN+= CA.pl.1 MAN+= openssl-asn1parse.1 MAN+= openssl-ca.1 diff --git a/secure/usr.bin/scp/Makefile b/secure/usr.bin/scp/Makefile index c071f5198902..bb2623062333 100644 --- a/secure/usr.bin/scp/Makefile +++ b/secure/usr.bin/scp/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/usr.bin/scp/Makefile.depend b/secure/usr.bin/scp/Makefile.depend index 1577383c0439..0b866dcb03d8 100644 --- a/secure/usr.bin/scp/Makefile.depend +++ b/secure/usr.bin/scp/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/sftp/Makefile b/secure/usr.bin/sftp/Makefile index f8197a3dc55b..72229d100c45 100644 --- a/secure/usr.bin/sftp/Makefile +++ b/secure/usr.bin/sftp/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/usr.bin/sftp/Makefile.depend b/secure/usr.bin/sftp/Makefile.depend index 4b5127f824a0..50ebdb2f609a 100644 --- a/secure/usr.bin/sftp/Makefile.depend +++ b/secure/usr.bin/sftp/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/ssh-add/Makefile b/secure/usr.bin/ssh-add/Makefile index 162ea60a29d0..43ee63c567e7 100644 --- a/secure/usr.bin/ssh-add/Makefile +++ b/secure/usr.bin/ssh-add/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/usr.bin/ssh-add/Makefile.depend b/secure/usr.bin/ssh-add/Makefile.depend index 1577383c0439..0b866dcb03d8 100644 --- a/secure/usr.bin/ssh-add/Makefile.depend +++ b/secure/usr.bin/ssh-add/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/ssh-agent/Makefile b/secure/usr.bin/ssh-agent/Makefile index c8139ec376c3..9d0f23db7dae 100644 --- a/secure/usr.bin/ssh-agent/Makefile +++ b/secure/usr.bin/ssh-agent/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/usr.bin/ssh-agent/Makefile.depend b/secure/usr.bin/ssh-agent/Makefile.depend index 1577383c0439..0b866dcb03d8 100644 --- a/secure/usr.bin/ssh-agent/Makefile.depend +++ b/secure/usr.bin/ssh-agent/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/ssh-keygen/Makefile b/secure/usr.bin/ssh-keygen/Makefile index b53b645e8576..6595ad3db132 100644 --- a/secure/usr.bin/ssh-keygen/Makefile +++ b/secure/usr.bin/ssh-keygen/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/usr.bin/ssh-keygen/Makefile.depend b/secure/usr.bin/ssh-keygen/Makefile.depend index 1577383c0439..0b866dcb03d8 100644 --- a/secure/usr.bin/ssh-keygen/Makefile.depend +++ b/secure/usr.bin/ssh-keygen/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/ssh-keyscan/Makefile b/secure/usr.bin/ssh-keyscan/Makefile index 130e5f61ec64..b71c07a91b90 100644 --- a/secure/usr.bin/ssh-keyscan/Makefile +++ b/secure/usr.bin/ssh-keyscan/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/usr.bin/ssh-keyscan/Makefile.depend b/secure/usr.bin/ssh-keyscan/Makefile.depend index 1577383c0439..0b866dcb03d8 100644 --- a/secure/usr.bin/ssh-keyscan/Makefile.depend +++ b/secure/usr.bin/ssh-keyscan/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index 5528aceed5ee..1d1f5e5e8723 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/usr.bin/ssh/Makefile.depend b/secure/usr.bin/ssh/Makefile.depend index b75db2eec148..096f8309a2f2 100644 --- a/secure/usr.bin/ssh/Makefile.depend +++ b/secure/usr.bin/ssh/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.bin/ssh/Makefile.depend.options b/secure/usr.bin/ssh/Makefile.depend.options index f4d4b8d8e49f..ae6a265552b7 100644 --- a/secure/usr.bin/ssh/Makefile.depend.options +++ b/secure/usr.bin/ssh/Makefile.depend.options @@ -1,4 +1,3 @@ -# $FreeBSD$ # This file is not autogenerated - take care! DIRDEPS_OPTIONS= GSSAPI diff --git a/secure/usr.bin/tests/Makefile b/secure/usr.bin/tests/Makefile index 3b3078f8612a..b8996030aafc 100644 --- a/secure/usr.bin/tests/Makefile +++ b/secure/usr.bin/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${SRCTOP}/tests KYUAFILE= yes diff --git a/secure/usr.bin/tests/Makefile.depend b/secure/usr.bin/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/secure/usr.bin/tests/Makefile.depend +++ b/secure/usr.bin/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.sbin/Makefile b/secure/usr.sbin/Makefile index f6b22d86da3d..c0521b95cdb4 100644 --- a/secure/usr.sbin/Makefile +++ b/secure/usr.sbin/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/secure/usr.sbin/Makefile.inc b/secure/usr.sbin/Makefile.inc index 282198ea8d8c..5c01baa093b7 100644 --- a/secure/usr.sbin/Makefile.inc +++ b/secure/usr.sbin/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ BINDIR?= /usr/sbin diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 79f9cc942c6b..fd9eacebe68d 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "${SRCTOP}/secure/ssh.mk" diff --git a/secure/usr.sbin/sshd/Makefile.depend b/secure/usr.sbin/sshd/Makefile.depend index 5a128c5a4800..8f17eb8109a6 100644 --- a/secure/usr.sbin/sshd/Makefile.depend +++ b/secure/usr.sbin/sshd/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/secure/usr.sbin/sshd/Makefile.depend.options b/secure/usr.sbin/sshd/Makefile.depend.options index 04fd9c399ada..69af5a2e8d79 100644 --- a/secure/usr.sbin/sshd/Makefile.depend.options +++ b/secure/usr.sbin/sshd/Makefile.depend.options @@ -1,4 +1,3 @@ -# $FreeBSD$ # This file is not autogenerated - take care! DIRDEPS_OPTIONS= AUDIT BLACKLIST_SUPPORT GSSAPI KERBEROS_SUPPORT TCP_WRAPPERS diff --git a/secure/usr.sbin/tests/Makefile b/secure/usr.sbin/tests/Makefile index 3b3078f8612a..b8996030aafc 100644 --- a/secure/usr.sbin/tests/Makefile +++ b/secure/usr.sbin/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${SRCTOP}/tests KYUAFILE= yes diff --git a/secure/usr.sbin/tests/Makefile.depend b/secure/usr.sbin/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/secure/usr.sbin/tests/Makefile.depend +++ b/secure/usr.sbin/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ |
