From owner-freebsd-questions@freebsd.org Sat Feb 3 15:55:06 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5CB8ED4D97 for ; Sat, 3 Feb 2018 15:55:06 +0000 (UTC) (envelope-from news@mips.inka.de) Received: from mail.inka.de (quechua.inka.de [IPv6:2a04:c9c7:0:1073:217:a4ff:fe3b:e77c]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 531CE6F483 for ; Sat, 3 Feb 2018 15:55:06 +0000 (UTC) (envelope-from news@mips.inka.de) Received: from mips.inka.de (news@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1ei09h-0008Bc-B3; Sat, 03 Feb 2018 16:55:05 +0100 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.15.2/8.15.2) with ESMTP id w13FsUEb003162 for ; Sat, 3 Feb 2018 16:54:30 +0100 (CET) (envelope-from news@lorvorc.mips.inka.de) Received: (from news@localhost) by lorvorc.mips.inka.de (8.15.2/8.15.2/Submit) id w13FsUQp003161 for freebsd-questions@freebsd.org; Sat, 3 Feb 2018 16:54:30 +0100 (CET) (envelope-from news) To: freebsd-questions@freebsd.org From: Christian Weisgerber Newsgroups: list.freebsd.questions Subject: Re: Where do I find ntpd configure options? Date: Sat, 3 Feb 2018 15:54:30 -0000 (UTC) Message-ID: References: <1517362559.13652.1.camel@pki2.com> <20180131103511.290fed68.freebsd@edvax.de> User-Agent: slrn/1.0.3 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 15:55:06 -0000 On 2018-01-31, Polytropon wrote: > On Tue, 30 Jan 2018 17:35:59 -0800, Dennis Glatting wrote: >> I am looking for the NTPD configuration (./configure) options used to >> compile NTPD in /usr/src. Where can I find them? > > The directory to interact with its Makefile is /usr/src/usr.sbin/ntp/ntpd > from where you can "make install"; an individual ./configure step is not > needed here. The code of ntpd is in /usr/src/contrib/ntp/ntpd. The configure script generates a config.h file. In the FreeBSD build of the ntpd suite, configure isn't run, instead a pre-generated config.h file is supplied: /usr/src/usr.sbin/ntp/config.h Additional options are set in /usr/src/usr.sbin/ntp/Makefile.inc as -DXXX compiler flags. -- Christian "naddy" Weisgerber naddy@mips.inka.de