From owner-svn-src-projects@freebsd.org Wed Oct 28 11:20:56 2015 Return-Path: Delivered-To: svn-src-projects@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 5DBDAA1F29A for ; Wed, 28 Oct 2015 11:20:56 +0000 (UTC) (envelope-from bapt@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 2C1B213A1; Wed, 28 Oct 2015 11:20:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9SBKtYu028016; Wed, 28 Oct 2015 11:20:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9SBKtqX028015; Wed, 28 Oct 2015 11:20:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201510281120.t9SBKtqX028015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 28 Oct 2015 11:20:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r290093 - projects/mpsutil/usr.sbin/mpsutil X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 11:20:56 -0000 Author: bapt Date: Wed Oct 28 11:20:55 2015 New Revision: 290093 URL: https://svnweb.freebsd.org/changeset/base/290093 Log: Reduce overlinking, for now neither cam nor libutil are needed Sponsored by: Gandi.net Modified: projects/mpsutil/usr.sbin/mpsutil/Makefile Modified: projects/mpsutil/usr.sbin/mpsutil/Makefile ============================================================================== --- projects/mpsutil/usr.sbin/mpsutil/Makefile Wed Oct 28 11:18:43 2015 (r290092) +++ projects/mpsutil/usr.sbin/mpsutil/Makefile Wed Oct 28 11:20:55 2015 (r290093) @@ -2,12 +2,11 @@ PROG= mpsutil SRCS= mpsutil.c mps_cmd.c mps_show.c -# mpt_flash.c MAN= mpsutil.8 WARNS?= 3 -LIBADD= cam util +#LIBADD= cam util LINKS= ${BINDIR}/mpsutil ${BINDIR}/mprutil MLINKS= mpsutil.8 mprutil.8