diff options
author | sam <sam@FreeBSD.org> | 2009-03-02 04:11:34 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-03-02 04:11:34 +0000 |
commit | 069aa8512bce57de1947623b756fca53bef4e4e5 (patch) | |
tree | d6f48ffa8fab52b7e37f4522e6be1332a8ab23f1 /usr.sbin/wpa/hostapd_cli/Makefile | |
parent | fdc2f0e604e71fd7b4678b091830527b6db34109 (diff) | |
download | FreeBSD-src-069aa8512bce57de1947623b756fca53bef4e4e5.zip FreeBSD-src-069aa8512bce57de1947623b756fca53bef4e4e5.tar.gz |
update for 0.6.8
Diffstat (limited to 'usr.sbin/wpa/hostapd_cli/Makefile')
-rw-r--r-- | usr.sbin/wpa/hostapd_cli/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/wpa/hostapd_cli/Makefile b/usr.sbin/wpa/hostapd_cli/Makefile index 2639103..667134c 100644 --- a/usr.sbin/wpa/hostapd_cli/Makefile +++ b/usr.sbin/wpa/hostapd_cli/Makefile @@ -1,10 +1,8 @@ # $FreeBSD$ -CONTRIB= ${.CURDIR}/../../../contrib -HOSTAPD_DISTDIR?= ${CONTRIB}/hostapd -WPA_SUPPLICANT_DISTDIR?= ${CONTRIB}/wpa_supplicant +.include "${.CURDIR}/../Makefile.inc" -.PATH: ${HOSTAPD_DISTDIR} ${WPA_SUPPLICANT_DISTDIR} +.PATH.c:${HOSTAPD_DISTDIR} PROG= hostapd_cli SRCS= hostapd_cli.c wpa_ctrl.c os_unix.c |