From 79d440447af038c743f73202cc34fbda918fffe6 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 2 Mar 2009 04:11:34 +0000 Subject: update for 0.6.8 --- usr.sbin/wpa/hostapd_cli/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin/wpa/hostapd_cli') diff --git a/usr.sbin/wpa/hostapd_cli/Makefile b/usr.sbin/wpa/hostapd_cli/Makefile index 263910373260..667134c7aac4 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 -- cgit v1.2.3