xref: /freebsd-13.1/usr.sbin/ntp/doc/scripts/Makefile (revision af6a5351)
12b15cb3dSCy Schubert# $FreeBSD$
22b15cb3dSCy Schubert
32b15cb3dSCy Schubert.include <src.opts.mk>
42b15cb3dSCy Schubert
52b15cb3dSCy SchubertFILESDIR=	${SHAREDIR}/doc/ntp/scripts
62b15cb3dSCy Schubert
72b15cb3dSCy Schubert.if ${MK_HTML} != "no"
82b15cb3dSCy SchubertFILES=	accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \
92b15cb3dSCy Schubert	confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \
102b15cb3dSCy Schubert	misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css
112b15cb3dSCy Schubert.endif
122b15cb3dSCy Schubert
13*af6a5351SEnji Cooper.PATH: ${SRCTOP}/contrib/ntp/html/scripts
142b15cb3dSCy Schubert
152b15cb3dSCy Schubert.include <bsd.prog.mk>
16