aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/doc/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ntp/doc/scripts/Makefile')
-rw-r--r--usr.sbin/ntp/doc/scripts/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/ntp/doc/scripts/Makefile b/usr.sbin/ntp/doc/scripts/Makefile
new file mode 100644
index 000000000000..19c2d775bc44
--- /dev/null
+++ b/usr.sbin/ntp/doc/scripts/Makefile
@@ -0,0 +1,14 @@
+.include <src.opts.mk>
+
+PACKAGE= ntp
+FILESDIR= ${SHAREDIR}/doc/ntp/scripts
+
+.if ${MK_HTML} != "no"
+FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \
+ confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \
+ misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css
+.endif
+
+.PATH: ${SRCTOP}/contrib/ntp/html/scripts
+
+.include <bsd.prog.mk>