xref: /freebsd/usr.bin/indent/Makefile (revision 7e659f9491705cacb49bd0154b1c23704f55ed0d)
19b50d902SRodney W. Grimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2*7e659f94SEd Schouten# $FreeBSD$
39b50d902SRodney W. Grimes
49b50d902SRodney W. GrimesPROG=	indent
59b50d902SRodney W. GrimesSRCS=	indent.c io.c lexi.c parse.c pr_comment.c args.c
69b50d902SRodney W. Grimes
7*7e659f94SEd SchoutenNO_WMISSING_VARIABLE_DECLARATIONS=
8*7e659f94SEd Schouten
99b50d902SRodney W. Grimes.include <bsd.prog.mk>
10