5a667fb11c
Reviewed by: markj, gnn, bdrewery (earlier version) Relnotes: yes Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D10006
16 lines
162 B
Makefile
16 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>
|