blob: a49f9d3388a4626a52be2b0a7b67437d2c323107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.include <src.opts.mk>
PACKAGE= ntp
FILESDIR= ${SHAREDIR}/doc/ntp/drivers/scripts
.if ${MK_HTML} != "no"
FILES= footer.txt style.css
.endif
.PATH: ${SRCTOP}/contrib/ntp/html/drivers/scripts
.include <bsd.prog.mk>
|