mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 21:06:41 -04:00
17 lines
494 B
Makefile
17 lines
494 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
FILESDIR= ${SHAREDIR}/doc/ntp/hints
|
|
|
|
.if ${MK_HTML} != "no"
|
|
FILES= a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix \
|
|
notes-xntp-v3 parse refclocks rs6000 sco.html sgi \
|
|
solaris-dosynctodr.html solaris.html solaris.xtra.4023118 \
|
|
solaris.xtra.4095849 solaris.xtra.S99ntpd solaris.xtra.patchfreq \
|
|
sun4 svr4-dell svr4_package todo vxworks.html winnt.html
|
|
.endif
|
|
|
|
.PATH: ${.CURDIR}/../../../../contrib/ntp/html/hints
|
|
|
|
.include <bsd.prog.mk>
|