summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-30 16:34:13 +0000
committerngie <ngie@FreeBSD.org>2015-11-30 16:34:13 +0000
commit605d3a0643b793e7e83251df27bc244bc18eda07 (patch)
treebc7405ae951173f595db8f5ccefbdfbb28486131 /rescue
parent2bc37ed56c0075641480fae28dccaf6f5a6e94a7 (diff)
downloadFreeBSD-src-605d3a0643b793e7e83251df27bc244bc18eda07.zip
FreeBSD-src-605d3a0643b793e7e83251df27bc244bc18eda07.tar.gz
Fix the build after ifconfig was converted over to lib80211 in r291470
Reported by: jenkins, O. Hartmann <ohartman@zedat.fu-berlin.de> Pointyhat to: adrian
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 9b612d0..de314df 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -120,7 +120,7 @@ CRUNCH_PROGS_usr.sbin+= zdb
# crunchgen does not like C++ programs; this should be fixed someday
# CRUNCH_PROGS+= devd
-CRUNCH_LIBS+= -lalias -lcam -lncursesw -ldevstat -lipsec -llzma
+CRUNCH_LIBS+= -l80211 -lalias -lcam -lncursesw -ldevstat -lipsec -llzma
.if ${MK_ZFS} != "no"
CRUNCH_LIBS+= -lavl -lzpool -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem
.else
OpenPOWER on IntegriCloud