From 08b5340b4369f6d7306e88595f85e30eecb27e87 Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 9 Nov 2017 01:41:00 +0000 Subject: [PATCH] [bsdbox] fix compilation due to library work. --- tools/bsdbox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile index 7189f43f092c..50d87f0db8e3 100644 --- a/tools/bsdbox/Makefile +++ b/tools/bsdbox/Makefile @@ -70,8 +70,9 @@ CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcapw # CRUNCH_SRCDIRS+= sbin -CRUNCH_LIBS+= -lalias -lcam -lcursesw -ldevstat -lipsec +CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevstat -lipsec # Don't forget this - ifconfig, etc -adrian +CRUNCH_LIBS+= -lprivateifconfig CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs ##################################################################