Author: adrian Date: Thu Nov 9 01:41:00 2017 New Revision: 325569 URL: https://svnweb.freebsd.org/changeset/base/325569
Log: [bsdbox] fix compilation due to library work. Modified: head/tools/bsdbox/Makefile Modified: head/tools/bsdbox/Makefile ============================================================================== --- head/tools/bsdbox/Makefile Wed Nov 8 23:41:27 2017 (r325568) +++ head/tools/bsdbox/Makefile Thu Nov 9 01:41:00 2017 (r325569) @@ -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 ################################################################## _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
