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