Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2022 22:29:59 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 145330347f41 - main - wpa: Remove extraneous slash (/)
Message-ID:  <202204132229.23DMTxHW019911@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204132229.23DMTxHW019911>