mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
This simplifies pathing in make/displayed output. MFC after: 1 week Sponsored by: Dell EMC Isilon
17 lines
287 B
Makefile
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>
|