mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
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>
|