freebsd-dev/usr.sbin/wpa/Makefile
Cy Schubert 145330347f 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
2022-04-13 15:27:30 -07:00

13 lines
148 B
Makefile

# $FreeBSD$
SUBDIR= src .WAIT \
wpa_supplicant \
wpa_cli \
wpa_passphrase \
hostapd \
hostapd_cli
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>