From owner-svn-src-head@freebsd.org Thu Nov 9 01:41:01 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D1D4E623A0; Thu, 9 Nov 2017 01:41:01 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7E570767; Thu, 9 Nov 2017 01:41:01 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA91f0m5088175; Thu, 9 Nov 2017 01:41:00 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA91f0II088174; Thu, 9 Nov 2017 01:41:00 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201711090141.vA91f0II088174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Thu, 9 Nov 2017 01:41:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325569 - head/tools/bsdbox X-SVN-Group: head X-SVN-Commit-Author: adrian X-SVN-Commit-Paths: head/tools/bsdbox X-SVN-Commit-Revision: 325569 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2017 01:41:01 -0000 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 ##################################################################