freebsd-dev/cddl/usr.sbin/dwatch/Makefile
Emmanuel Vadot a3266ba269 pkgbase: Create a FreeBSD-dwatch package
While dwatch is useful some users might not want it by default.
Create a package for it.

Differential Revision:	https://reviews.freebsd.org/D31796
2021-09-07 10:20:40 +02:00

18 lines
179 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PACKAGE= dwatch
SUBDIR= libexec
.if ${MK_EXAMPLES} != "no"
SUBDIR+= examples
.endif
SCRIPTS= dwatch
MAN= dwatch.1
.include <bsd.prog.mk>