aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2012-01-18 02:44:22 +0000
committerEd Maste <emaste@FreeBSD.org>2012-01-18 02:44:22 +0000
commitb0ba9fbc47cb2a251fc4d70081f51280492c1df4 (patch)
tree461a0a8e3dca9b92dd34a805bb0b370985acc627 /usr.sbin
parent1dc8fb4d77cb745ee27c5fb888ca87b6601515b1 (diff)
downloadsrc-b0ba9fbc47cb2a251fc4d70081f51280492c1df4.tar.gz
src-b0ba9fbc47cb2a251fc4d70081f51280492c1df4.zip
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
Notes
Notes: svn path=/head/; revision=230293
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 52c23ebd85a7..3a8584ac3897 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