]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.sbin/dwatch/Makefile
Upgrade Unbound to 1.8.0. More to follow.
[FreeBSD/FreeBSD.git] / cddl / usr.sbin / dwatch / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= libexec
6
7 .if ${MK_EXAMPLES} != "no"
8 SUBDIR+= examples
9 .endif
10
11 SCRIPTS= dwatch
12
13 MAN= dwatch.1
14
15 .include <bsd.prog.mk>