mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
Reviewed by: markj, gnn, bdrewery (earlier version) Relnotes: yes Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D10006
15 lines
162 B
Makefile
15 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= libexec
|
|
|
|
.if ${MK_EXAMPLES} != "no"
|
|
SUBDIR+= examples
|
|
.endif
|
|
|
|
SCRIPTS= dwatch
|
|
|
|
MAN= dwatch.1
|
|
|
|
.include <bsd.prog.mk>
|