]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/ntp/doc/scripts/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / ntp / doc / scripts / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILESDIR=       ${SHAREDIR}/doc/ntp/scripts
6
7 .if ${MK_HTML} != "no"
8 FILES=  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: ${.CURDIR}/../../../../contrib/ntp/html/scripts
14
15 .include <bsd.prog.mk>