aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-07-15 04:46:32 +0000
committerWarner Losh <imp@FreeBSD.org>2024-07-15 22:43:39 +0000
commite9ac41698b2f322d55ccf9da50a3596edb2c1800 (patch)
tree557c8263fcf6f394c855ef4458f6fe531563199e /contrib
parentb3877767883e9b26fbcce47c015ba3eab323bf1b (diff)
downloadsrc-e9ac41698b2f322d55ccf9da50a3596edb2c1800.tar.gz
src-e9ac41698b2f322d55ccf9da50a3596edb2c1800.zip
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
Diffstat (limited to 'contrib')
-rw-r--r--contrib/elftoolchain/nm/Makefile1
-rw-r--r--contrib/file/python/Makefile.am1
-rw-r--r--contrib/sqlite3/Makefile.am1
3 files changed, 0 insertions, 3 deletions
diff --git a/contrib/elftoolchain/nm/Makefile b/contrib/elftoolchain/nm/Makefile
index 6177c61221eb..e202668e0c3a 100644
--- a/contrib/elftoolchain/nm/Makefile
+++ b/contrib/elftoolchain/nm/Makefile
@@ -1,4 +1,3 @@
-
# $Id: Makefile 2076 2011-10-27 03:50:33Z jkoshy $
TOP= ..
diff --git a/contrib/file/python/Makefile.am b/contrib/file/python/Makefile.am
index 9588f085df0f..fb7d40c21eea 100644
--- a/contrib/file/python/Makefile.am
+++ b/contrib/file/python/Makefile.am
@@ -1,4 +1,3 @@
-
EXTRA_DIST = LICENSE CHANGELOG.md README.md example.py magic.py setup.py \
tests.py file_magic/__init__.py
diff --git a/contrib/sqlite3/Makefile.am b/contrib/sqlite3/Makefile.am
index 1eaa560ff884..09f83086b1ea 100644
--- a/contrib/sqlite3/Makefile.am
+++ b/contrib/sqlite3/Makefile.am
@@ -1,4 +1,3 @@
-
AM_CFLAGS = @BUILD_CFLAGS@
lib_LTLIBRARIES = libsqlite3.la
libsqlite3_la_SOURCES = sqlite3.c