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/awk | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'usr.bin/awk')
| -rw-r--r-- | usr.bin/awk/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/awk/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.bin/awk/Makefile.depend.host | 1 | ||||
| -rw-r--r-- | usr.bin/awk/tests/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/awk/tests/bugs-fixed/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/awk/tests/bugs-fixed/bug_fix_test.sh | 1 | ||||
| -rw-r--r-- | usr.bin/awk/tests/netbsd/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index ee8f7c3f282b..199c05de5206 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/usr.bin/awk/Makefile.depend b/usr.bin/awk/Makefile.depend index 8327df679fe1..661c5ac27e5f 100644 --- a/usr.bin/awk/Makefile.depend +++ b/usr.bin/awk/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/awk/Makefile.depend.host b/usr.bin/awk/Makefile.depend.host index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/awk/Makefile.depend.host +++ b/usr.bin/awk/Makefile.depend.host @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/awk/tests/Makefile b/usr.bin/awk/tests/Makefile index d9bef1bf2365..5493aa743e1f 100644 --- a/usr.bin/awk/tests/Makefile +++ b/usr.bin/awk/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.own.mk> diff --git a/usr.bin/awk/tests/bugs-fixed/Makefile b/usr.bin/awk/tests/bugs-fixed/Makefile index b53195baa55c..190066426e62 100644 --- a/usr.bin/awk/tests/bugs-fixed/Makefile +++ b/usr.bin/awk/tests/bugs-fixed/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/awk/tests/bugs-fixed/bug_fix_test.sh b/usr.bin/awk/tests/bugs-fixed/bug_fix_test.sh index a22f112ce4b1..7c8cfa47f99e 100644 --- a/usr.bin/awk/tests/bugs-fixed/bug_fix_test.sh +++ b/usr.bin/awk/tests/bugs-fixed/bug_fix_test.sh @@ -24,7 +24,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ SRCDIR=$(atf_get_srcdir) diff --git a/usr.bin/awk/tests/netbsd/Makefile b/usr.bin/awk/tests/netbsd/Makefile index 5fecc4e947a1..a21305128857 100644 --- a/usr.bin/awk/tests/netbsd/Makefile +++ b/usr.bin/awk/tests/netbsd/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests |
