Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2018 15:54:30 -0000 (UTC)
From:      Christian Weisgerber <naddy@mips.inka.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Where do I find ntpd configure options?
Message-ID:  <slrnp7bmpm.2k8.naddy@lorvorc.mips.inka.de>
References:  <1517362559.13652.1.camel@pki2.com> <20180131103511.290fed68.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2018-01-31, Polytropon <freebsd@edvax.de> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?slrnp7bmpm.2k8.naddy>