xref: /freebsd/cddl/usr.sbin/dwatch/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3PACKAGE=	dwatch
4
5SUBDIR= libexec
6
7.if ${MK_EXAMPLES} != "no"
8SUBDIR+= examples
9.endif
10
11SCRIPTS= dwatch
12
13MAN= dwatch.1
14
15.include <bsd.prog.mk>
16