aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-09-02 01:49:44 +0000
committerEd Maste <emaste@FreeBSD.org>2021-09-02 13:44:58 +0000
commitb3e858f7622e7fb058c05f81abd657fc47c6f717 (patch)
treea826664b45096b32d5f8fe8d012796827180be19 /crypto
parent5c8e8e82aeaf3aa788acdd6cfca30ef09094230d (diff)
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/openssh/freebsd-namespace.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/freebsd-namespace.sh b/crypto/openssh/freebsd-namespace.sh
index 8cf91508ec3d..79416247aff9 100755
--- a/crypto/openssh/freebsd-namespace.sh
+++ b/crypto/openssh/freebsd-namespace.sh
@@ -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