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/Makefile15
1 files changed, 15 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..667134c
--- /dev/null
+++ b/usr.sbin/wpa/hostapd_cli/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.PATH.c:${HOSTAPD_DISTDIR}
+
+PROG= hostapd_cli
+SRCS= hostapd_cli.c wpa_ctrl.c os_unix.c
+
+CFLAGS+= -DCONFIG_CTRL_IFACE
+CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
+
+MAN= hostapd_cli.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud