1 2.include <src.opts.mk> 3 4FILESDIR= ${SHAREDIR}/doc/ntp/scripts 5 6.if ${MK_HTML} != "no" 7FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \ 8 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \ 9 misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css 10.endif 11 12.PATH: ${SRCTOP}/contrib/ntp/html/scripts 13 14.include <bsd.prog.mk> 15