]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/Makefile
Remove spurious newline
[FreeBSD/FreeBSD.git] / usr.bin / indent / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   indent
7 SRCS=   indent.c io.c lexi.c parse.c pr_comment.c args.c
8
9 NO_WMISSING_VARIABLE_DECLARATIONS=
10
11 HAS_TESTS=
12 SUBDIR.${MK_TESTS}+= tests
13
14 .include <bsd.prog.mk>