2000-01-10 04:20:03 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2015-03-30 09:30:15 -04:00
|
|
|
SUBDIR= drivers hints icons pic scripts
|
|
|
|
|
|
2001-12-17 11:21:59 -05:00
|
|
|
FILESDIR= ${SHAREDIR}/doc/ntp
|
2000-01-10 04:20:03 -05:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_HTML} != "no"
|
2015-03-30 09:30:15 -04:00
|
|
|
FILES= access.html accopt.html assoc.html audio.html authentic.html \
|
|
|
|
|
authopt.html autokey.html bugs.html build.html clock.html \
|
|
|
|
|
clockopt.html cluster.html comdex.html config.html confopt.html \
|
|
|
|
|
copyright.html debug.html decode.html discipline.html discover.html \
|
|
|
|
|
extern.html filter.html hints.html history.html howto.html \
|
|
|
|
|
huffpuff.html index.html kern.html kernpps.html keygen.html leap.html \
|
|
|
|
|
miscopt.html monopt.html msyslog.html ntp-keygen.html ntp-wait.html \
|
|
|
|
|
ntp.conf.html ntp.keys.html ntp_conf.html ntpd.html ntpdate.html \
|
|
|
|
|
ntpdc.html ntpdsim.html ntpdsim_new.html ntpq.html ntpsnmpd.html \
|
|
|
|
|
ntptime.html ntptrace.html orphan.html parsedata.html \
|
|
|
|
|
parsenew.html poll.html pps.html prefer.html quick.html rate.html \
|
|
|
|
|
rdebug.html refclock.html release.html select.html sitemap.html \
|
|
|
|
|
sntp.html stats.html tickadj.html warp.html xleave.html
|
2006-03-15 06:17:31 -05:00
|
|
|
.endif
|
2000-01-10 04:20:03 -05:00
|
|
|
|
2001-03-26 09:42:20 -05:00
|
|
|
MAN= ntp.conf.5 ntp.keys.5
|
2015-03-30 09:30:15 -04:00
|
|
|
MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8
|
2000-01-12 09:41:00 -05:00
|
|
|
|
2017-02-28 23:54:06 -05:00
|
|
|
.PATH: ${SRCTOP}/contrib/ntp/html \
|
|
|
|
|
${SRCTOP}/contrib/ntp/util \
|
|
|
|
|
${SRCTOP}/contrib/ntp/ntpd \
|
|
|
|
|
${SRCTOP}/contrib/ntp/ntpsnmpd
|
2000-01-10 04:20:03 -05:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|