mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
13 lines
233 B
Makefile
13 lines
233 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
FILESDIR= ${SHAREDIR}/doc/ntp/drivers/scripts
|
|
|
|
.if ${MK_HTML} != "no"
|
|
FILES= footer.txt style.css
|
|
.endif
|
|
|
|
.PATH: ${.CURDIR}/../../../../../contrib/ntp/html/drivers/scripts
|
|
|
|
.include <bsd.prog.mk>
|