opnsense-src/usr.sbin/wpa/hostapd_cli/Makefile
Enji Cooper 0023765382 Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-03-02 05:04:45 +00:00

17 lines
287 B
Makefile

# $FreeBSD$
.include "../Makefile.inc"
.PATH.c:${HOSTAPD_DISTDIR}
PROG= hostapd_cli
SRCS= common.c edit.c eloop.c hostapd_cli.c os_unix.c wpa_ctrl.c wpa_debug.c
CFLAGS+= -DCONFIG_CTRL_IFACE
CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
LIBADD+= util
MAN= hostapd_cli.8
.include <bsd.prog.mk>