mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
16 lines
167 B
Makefile
16 lines
167 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= dwatch
|
|
|
|
SUBDIR= libexec
|
|
|
|
.if ${MK_EXAMPLES} != "no"
|
|
SUBDIR+= examples
|
|
.endif
|
|
|
|
SCRIPTS= dwatch
|
|
|
|
MAN= dwatch.1
|
|
|
|
.include <bsd.prog.mk>
|