svn commit: r325569 - head/tools/bsdbox

Adrian Chadd adrian at FreeBSD.org
Thu Nov 9 01:41:01 UTC 2017


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


More information about the svn-src-all mailing list