From owner-freebsd-questions@freebsd.org Fri Apr 29 16:12:57 2016 Return-Path: Delivered-To: freebsd-questions@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 58745B21C31 for ; Fri, 29 Apr 2016 16:12:57 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (cerebro.liukuma.net [IPv6:2a00:d1e0:1000:1b00::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1F65017A5 for ; Fri, 29 Apr 2016 16:12:57 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id B9CBEB1E4DA for ; Fri, 29 Apr 2016 19:12:48 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net B9CBEB1E4DA DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1461946368; bh=6ESRUv4bj5MFg/tSO7c/SC0GAzk/65ocD5CpsfZZrPI=; h=From:To:Subject:Date; b=JCZKwFYGdkMUR6AC6NslO36geueVloRBq6XUjspbA+Mf/efJizM7LlBzbnMJuOUiB 49LeSOSoD1jlx6pwZ1yFlUent23GGRxwDFoyroeRVqw2lzTawmGernMXwcyVmPkPDc qDCnuKYPiaYxE+sX8adISQYkZt3DLvHUrtXdokx8= X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10027) with LMTP id wkzgInxVo-Z5 for ; Fri, 29 Apr 2016 19:12:48 +0300 (EEST) Received: from Rivendell (dsl-kmibrasgw1-50dfdd-193.dhcp.inet.fi [80.223.221.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id C2127B1E4D9 for ; Fri, 29 Apr 2016 19:12:47 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net C2127B1E4D9 Message-ID: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> From: "Reko Turja" To: Subject: How to build and install only ntp from base? Date: Fri, 29 Apr 2016 19:12:40 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3564.1216 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3564.1216 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 16:12:57 -0000 As nothing else has changed with the latest 10.3 except ntp I'd love to compile only that. I just can't find the right incantation for starting the compile - make just tells me that is up to date. What command should I use to compile ntp stuff only - or should I just fire up the version from ports? -Reko