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 11.if ${MK_TESTS} != "no" 12SUBDIR+= tests 13.endif 14 15.include <bsd.prog.mk> 16