summaryrefslogtreecommitdiff
path: root/usr.bin/indent/Makefile
blob: ce0d206c87f9fd67577c64a2f65b782337c9a292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.include <src.opts.mk>

PACKAGE= toolchain
PROG=	indent
SRCS=	indent.c io.c lexi.c parse.c pr_comment.c args.c

NO_WMISSING_VARIABLE_DECLARATIONS=

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>