summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/Makefile')
-rw-r--r--usr.bin/indent/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/indent/Makefile b/usr.bin/indent/Makefile
index dcd7e39..2eb1c32 100644
--- a/usr.bin/indent/Makefile
+++ b/usr.bin/indent/Makefile
@@ -1,9 +1,15 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= indent
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
NO_WMISSING_VARIABLE_DECLARATIONS=
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud