8 lines
200 B
Makefile
8 lines
200 B
Makefile
# $NetBSD: Makefile,v 1.5 2000/10/11 14:46:04 is Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= indent
|
|
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
|
|
WFORMAT=1
|
|
.include <bsd.prog.mk>
|