mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
20 lines
572 B
Makefile
20 lines
572 B
Makefile
#
|
|
# Build hostap/wpa_supplicant and supporting utilities.
|
|
#
|
|
#
|
|
.include <src.opts.mk>
|
|
CRUNCH_PROGS_usr.sbin+= hostapd hostapd_cli
|
|
CRUNCH_SRCDIR_hostapd= $(.CURDIR)/../../usr.sbin/wpa/hostapd
|
|
CRUNCH_SRCDIR_hostapd_cli= $(.CURDIR)/../../usr.sbin/wpa/hostapd_cli
|
|
|
|
#CRUNCH_PROGS_usr.sbin+= wpa_supplicant wpa_cli
|
|
#CRUNCH_SRCDIR_wpa_supplicant= $(.CURDIR)/../../usr.sbin/wpa/wpa_supplicant
|
|
#CRUNCH_SRCDIR_wpa_cli= $(.CURDIR)/../../usr.sbin/wpa/wpa_cli
|
|
|
|
.if ${MK_OFED} != "no"
|
|
# libpcap dependencies if OFED is enabled
|
|
CRUNCH_LIBS+= -lmlx5 -libverbs
|
|
.endif
|
|
CRUNCH_LIBS+= -lpcap
|
|
|