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