1 # Copyright the NTPsec project contributors
3 # SPDX-License-Identifier: BSD-2-Clause
6 frob_sources = ['main.c', 'bumpclock.c', 'dump.c', 'jitter.c',
7 'precision.c', 'pps-api.c', 'tickadj.c']
10 features="c cprogram",
11 includes=[ctx.bldnode.parent.abspath(), "../include"],
12 install_path='${BINDIR}',
18 ctx.manpage(8, "ntpfrob-man.adoc")