pctrack(8): Raise WARNS to 6 and silence all warnings.
[dragonfly.git] / usr.bin / indent / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/indent/Makefile,v 1.2 2007/08/27 16:50:54 pavalos Exp $
3
4 PROG=   indent
5 SRCS=   indent.c io.c lexi.c parse.c pr_comment.c args.c
6 WARNS?= 2
7
8 .include <bsd.prog.mk>