summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2012-01-18 02:44:22 +0000
committeremaste <emaste@FreeBSD.org>2012-01-18 02:44:22 +0000
commit206e1ce96fec4d0b7f3758e4d144c163e64fcb57 (patch)
tree461a0a8e3dca9b92dd34a805bb0b370985acc627 /usr.sbin
parent6ac4c5fe321a5eebc8362b1b424749e90f182419 (diff)
downloadFreeBSD-src-206e1ce96fec4d0b7f3758e4d144c163e64fcb57.zip
FreeBSD-src-206e1ce96fec4d0b7f3758e4d144c163e64fcb57.tar.gz
Add missing line continuation \. It did not cause any issue because
the same path is already being included in ../Makefile.inc. PR: 164192 Submitted by: Devin Teske <dteske vicor com> MFC after: 2 weeks
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index 52c23eb..3a8584a 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -5,7 +5,7 @@
.PATH.c:${WPA_SUPPLICANT_DISTDIR} \
${WPA_DISTDIR}/src/drivers \
${WPA_DISTDIR}/src/eap_peer \
- ${WPA_DISTDIR}/src/rsn_supp
+ ${WPA_DISTDIR}/src/rsn_supp \
${WPA_DISTDIR}/src/crypto
PROG= wpa_supplicant
OpenPOWER on IntegriCloud