]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/freebsd-post-merge.sh
Detect Clang to support AVX instructions on x86 platforms.
[FreeBSD/stable/10.git] / crypto / openssh / freebsd-post-merge.sh
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 xargs perl -n -i -e '
7         print;
8         s/\$(Id|OpenBSD): [^\$]*/\$FreeBSD/ && print;
9 ' <keywords
10
11 xargs perl -n -i -e '
12         print;
13         m/^\#include "includes.h"/ && print "__RCSID(\"\$FreeBSD\$\");\n";
14 ' <rcsid