git: 145330347f41 - main - wpa: Remove extraneous slash (/)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Apr 2022 22:29:59 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=145330347f41aab42a40e9c01d85d1de9b1a40a0 commit 145330347f41aab42a40e9c01d85d1de9b1a40a0 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-04-13 22:27:30 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-04-13 22:27:30 +0000 wpa: Remove extraneous slash (/) Remove the trailing slash (/), indiciating continuation, from the last line of SRCS. The next line is blank; this is a NOP. MFC after: 3 days --- usr.sbin/wpa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/wpa/Makefile b/usr.sbin/wpa/Makefile index fe8fb60b1dc2..be01cf7efdac 100644 --- a/usr.sbin/wpa/Makefile +++ b/usr.sbin/wpa/Makefile @@ -5,7 +5,7 @@ SUBDIR= src .WAIT \ wpa_cli \ wpa_passphrase \ hostapd \ - hostapd_cli \ + hostapd_cli SUBDIR_PARALLEL=