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 /usr.bin/yacc | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'usr.bin/yacc')
| -rw-r--r-- | usr.bin/yacc/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/yacc/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.bin/yacc/Makefile.depend.host | 1 | ||||
| -rw-r--r-- | usr.bin/yacc/tests/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/yacc/tests/Makefile.depend | 1 | ||||
| -rwxr-xr-x | usr.bin/yacc/tests/yacc_tests.sh | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index 65e4304e0361..bd5598b61561 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -1,5 +1,4 @@ # @(#)Makefile 5.3 (Berkeley) 5/12/90 -# $FreeBSD$ .include <src.opts.mk> diff --git a/usr.bin/yacc/Makefile.depend b/usr.bin/yacc/Makefile.depend index 8d409f5263ac..6ef78fac5cbf 100644 --- a/usr.bin/yacc/Makefile.depend +++ b/usr.bin/yacc/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/yacc/Makefile.depend.host b/usr.bin/yacc/Makefile.depend.host index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/yacc/Makefile.depend.host +++ b/usr.bin/yacc/Makefile.depend.host @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/yacc/tests/Makefile b/usr.bin/yacc/tests/Makefile index 20dab5217a36..5f105be69a02 100644 --- a/usr.bin/yacc/tests/Makefile +++ b/usr.bin/yacc/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.own.mk> diff --git a/usr.bin/yacc/tests/Makefile.depend b/usr.bin/yacc/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/yacc/tests/Makefile.depend +++ b/usr.bin/yacc/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/yacc/tests/yacc_tests.sh b/usr.bin/yacc/tests/yacc_tests.sh index 6ad69161f876..08130355678f 100755 --- a/usr.bin/yacc/tests/yacc_tests.sh +++ b/usr.bin/yacc/tests/yacc_tests.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ set -e |
