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