openssh: tag generated file with @generated

Tools like Phabricator use the @generated tag to identify files that
may be excluded from review by default.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-09-01 21:49:44 -04:00
parent 5c8e8e82ae
commit b3e858f762

View file

@ -46,9 +46,10 @@ libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
libssh=libprivatessh.a
# Clear the existing header
generated="@""generated"
cat >${header} <<EOF
/*
* This file was machine-generated. Do not edit manually.
* This file was machine-$generated. Do not edit manually.
* Run crypto/openssh/freebsd-namespace.sh to regenerate.
*/
EOF