diff options
author | Warner Losh <imp@FreeBSD.org> | 2024-07-15 04:46:32 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2024-07-15 22:43:39 +0000 |
commit | e9ac41698b2f322d55ccf9da50a3596edb2c1800 (patch) | |
tree | 557c8263fcf6f394c855ef4458f6fe531563199e /sys/modules/tests | |
parent | b3877767883e9b26fbcce47c015ba3eab323bf1b (diff) |
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 'sys/modules/tests')
-rw-r--r-- | sys/modules/tests/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/tests/fib_lookup/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/tests/Makefile b/sys/modules/tests/Makefile index 7481a0a3a4b4..ed06d0438222 100644 --- a/sys/modules/tests/Makefile +++ b/sys/modules/tests/Makefile @@ -1,4 +1,3 @@ - SUBDIR+= framework SUBDIR+= .WAIT diff --git a/sys/modules/tests/fib_lookup/Makefile b/sys/modules/tests/fib_lookup/Makefile index 8ad6340acdf3..7d6198396911 100644 --- a/sys/modules/tests/fib_lookup/Makefile +++ b/sys/modules/tests/fib_lookup/Makefile @@ -1,4 +1,3 @@ - SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" |