Index: head/tools/bsdbox/Makefile.hostapd =================================================================== --- head/tools/bsdbox/Makefile.hostapd (revision 338341) +++ head/tools/bsdbox/Makefile.hostapd (revision 338342) @@ -1,15 +1,20 @@ # # Build hostap/wpa_supplicant and supporting utilities. # # $FreeBSD$ # +.include 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