xref: /freebsd-13.1/usr.bin/indent/Makefile (revision d511b20a)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6PROG=	indent
7SRCS=	indent.c io.c lexi.c parse.c pr_comment.c args.c
8
9NO_WMISSING_VARIABLE_DECLARATIONS=
10
11HAS_TESTS=
12SUBDIR.${MK_TESTS}+= tests
13
14.include <bsd.prog.mk>
15