summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkimg/Makefile')
-rw-r--r--usr.bin/mkimg/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/mkimg/Makefile b/usr.bin/mkimg/Makefile
index b802799..fe83526 100644
--- a/usr.bin/mkimg/Makefile
+++ b/usr.bin/mkimg/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= mkimg
SRCS= format.c image.c mkimg.c scheme.c
MAN= mkimg.1
@@ -29,4 +31,8 @@ LDADD= -lutil
WARNS?= 6
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud