19b50d902SRodney W. Grimes# @(#)Makefile 8.1 (Berkeley) 6/6/93 27e659f94SEd Schouten# $FreeBSD$ 39b50d902SRodney W. Grimes 4*7d9ade5dSEnji Cooper.include <src.opts.mk> 5*7d9ade5dSEnji Cooper 69b50d902SRodney W. GrimesPROG= indent 79b50d902SRodney W. GrimesSRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c 89b50d902SRodney W. Grimes 97e659f94SEd SchoutenNO_WMISSING_VARIABLE_DECLARATIONS= 107e659f94SEd Schouten 11*7d9ade5dSEnji Cooper.if ${MK_TESTS} != "no" 12*7d9ade5dSEnji CooperSUBDIR+= tests 13*7d9ade5dSEnji Cooper.endif 14*7d9ade5dSEnji Cooper 159b50d902SRodney W. Grimes.include <bsd.prog.mk> 16