diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /lib/libregex | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'lib/libregex')
| -rw-r--r-- | lib/libregex/Makefile | 1 | ||||
| -rw-r--r-- | lib/libregex/Versions.def | 1 | ||||
| -rw-r--r-- | lib/libregex/tests/Makefile | 1 | ||||
| -rwxr-xr-x | lib/libregex/tests/libregex_test.sh | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/libregex/Makefile b/lib/libregex/Makefile index 36c8b778d394..555559b9db58 100644 --- a/lib/libregex/Makefile +++ b/lib/libregex/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/lib/libregex/Versions.def b/lib/libregex/Versions.def index b6c842007622..6a2910430176 100644 --- a/lib/libregex/Versions.def +++ b/lib/libregex/Versions.def @@ -1,4 +1,3 @@ -# $FreeBSD$ LIBREGEX_1.0 { }; diff --git a/lib/libregex/tests/Makefile b/lib/libregex/tests/Makefile index cc05decc9cc6..9c4a1aac89e8 100644 --- a/lib/libregex/tests/Makefile +++ b/lib/libregex/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/regex diff --git a/lib/libregex/tests/libregex_test.sh b/lib/libregex/tests/libregex_test.sh index 43cef227ea40..7a675944d05b 100755 --- a/lib/libregex/tests/libregex_test.sh +++ b/lib/libregex/tests/libregex_test.sh @@ -24,7 +24,6 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ check() { |
