14 lines
220 B
Makefile
14 lines
220 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <src.opts.mk>
|
||
|
|
||
|
FILESDIR= ${SHAREDIR}/doc/ntp/icons
|
||
|
|
||
|
.if ${MK_HTML} != "no"
|
||
|
FILES= home.gif mail2.gif sitemap.png
|
||
|
.endif
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../../contrib/ntp/html/icons
|
||
|
|
||
|
.include <bsd.prog.mk>
|