1 2.include <src.opts.mk> 3 4PACKAGE= ntp 5FILESDIR= ${SHAREDIR}/doc/ntp/hints 6 7.if ${MK_HTML} != "no" 8FILES= a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix \ 9 notes-xntp-v3 parse refclocks rs6000 sco.html sgi \ 10 solaris-dosynctodr.html solaris.html solaris.xtra.4023118 \ 11 solaris.xtra.4095849 solaris.xtra.S99ntpd solaris.xtra.patchfreq \ 12 sun4 svr4-dell svr4_package todo vxworks.html winnt.html 13.endif 14 15.PATH: ${SRCTOP}/contrib/ntp/html/hints 16 17.include <bsd.prog.mk> 18