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
This commit is contained in:
Enji Cooper 2015-11-30 16:34:13 +00:00
parent cb3acb3e9b
commit a2a45f908a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291491

View file

@ -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