2000-10-11 18:46:00 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2000/10/11 14:46:04 is Exp $
|
1997-10-18 20:04:21 +04:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-04-09 16:58:42 +04:00
|
|
|
|
|
|
|
PROG= indent
|
|
|
|
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
|
2000-10-11 18:46:00 +04:00
|
|
|
WFORMAT=1
|
1993-04-09 16:58:42 +04:00
|
|
|
.include <bsd.prog.mk>
|