aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-16 19:54:47 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-16 19:54:47 +0000
commit209be2056033a52a8df733cbc88eeefc104b16e8 (patch)
tree4deb264d4d552251180fe91c11e50eace938853d /usr.bin/procstat/Makefile
parent50f2b14e11634ced16ed987dd667da900522dd57 (diff)
parent4dd362f93f0ab737b0ecdf3d706bea46826708d1 (diff)
Merge ^/head r317971 through r318379.
Notes
Notes: svn path=/projects/clang500-import/; revision=318381
Diffstat (limited to 'usr.bin/procstat/Makefile')
-rw-r--r--usr.bin/procstat/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/procstat/Makefile b/usr.bin/procstat/Makefile
index 7c951966e414..10b9040372ea 100644
--- a/usr.bin/procstat/Makefile
+++ b/usr.bin/procstat/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= procstat
MAN= procstat.1
SRCS= procstat.c \
@@ -20,4 +22,8 @@ SRCS= procstat.c \
LIBADD+= procstat xo util sbuf
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>