summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/hostapd_cli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wpa/hostapd_cli/Makefile')
-rw-r--r--usr.sbin/wpa/hostapd_cli/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/wpa/hostapd_cli/Makefile b/usr.sbin/wpa/hostapd_cli/Makefile
new file mode 100644
index 0000000..66079d8
--- /dev/null
+++ b/usr.sbin/wpa/hostapd_cli/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+HOSTAPD_DISTDIR?= ${.CURDIR}/../../../contrib/hostapd
+.PATH: ${HOSTAPD_DISTDIR}
+
+PROG= hostapd_cli
+SRCS= hostapd_cli.c hostapd_ctrl.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud