diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2012-02-01 01:36:46 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2012-02-01 01:36:46 +0000 |
| commit | abc77f2e7e375917a5c7637cce36df0b40c9f366 (patch) | |
| tree | a6465fd19ffa035b359abd1150ee78bb62b05221 /usr.sbin | |
| parent | a548226281dd7de7bb23dc70dc4f8a8d0d56311c (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/wpa/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile index 17325b46a59a..7389e0256f37 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 PROG= wpa_supplicant SRCS= aes.c aes_wrap.c blacklist.c common.c config.c ctrl_iface.c \ |
