aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/arpa/Makefile1
-rw-r--r--include/gssapi/Makefile1
-rw-r--r--include/protocols/Makefile1
-rw-r--r--include/rpc/Makefile1
-rw-r--r--include/rpcsvc/Makefile1
-rw-r--r--include/xlocale/Makefile1
6 files changed, 0 insertions, 6 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
index 25bf83516844..ba589cc192fd 100644
--- a/include/arpa/Makefile
+++ b/include/arpa/Makefile
@@ -1,4 +1,3 @@
-
.include <src.opts.mk>
INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
diff --git a/include/gssapi/Makefile b/include/gssapi/Makefile
index c0b18ae7a646..fb6cd7ee7dab 100644
--- a/include/gssapi/Makefile
+++ b/include/gssapi/Makefile
@@ -1,4 +1,3 @@
-
INCS= gssapi.h
INCSDIR= ${INCLUDEDIR}/gssapi
diff --git a/include/protocols/Makefile b/include/protocols/Makefile
index bdcbbae48a35..9817add2e9f1 100644
--- a/include/protocols/Makefile
+++ b/include/protocols/Makefile
@@ -1,4 +1,3 @@
-
INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h
INCSDIR=${INCLUDEDIR}/protocols
diff --git a/include/rpc/Makefile b/include/rpc/Makefile
index 0c8434ee3473..b6e3ab53adb4 100644
--- a/include/rpc/Makefile
+++ b/include/rpc/Makefile
@@ -1,4 +1,3 @@
-
.SUFFIXES: .x
RPCCOM= RPCGEN_CPP=${CPP:Q} rpcgen -C
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile
index 8ede7636f50e..bc2b74561422 100644
--- a/include/rpcsvc/Makefile
+++ b/include/rpcsvc/Makefile
@@ -1,4 +1,3 @@
-
.SUFFIXES: .x
RPCCOM= RPCGEN_CPP=${CPP:Q} rpcgen -C
diff --git a/include/xlocale/Makefile b/include/xlocale/Makefile
index d862483ef4eb..fc2569c36502 100644
--- a/include/xlocale/Makefile
+++ b/include/xlocale/Makefile
@@ -1,4 +1,3 @@
-
INCS= _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\
_stdlib.h _string.h _strings.h _time.h _uchar.h _wchar.h
INCSDIR=${INCLUDEDIR}/xlocale