8 lines
194 B
Makefile
8 lines
194 B
Makefile
# $NetBSD: Makefile,v 1.3 1997/01/09 20:20:08 tls Exp $
|
|
# from: @(#)Makefile 5.11 (Berkeley) 5/11/90
|
|
|
|
PROG= indent
|
|
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
|
|
|
|
.include <bsd.prog.mk>
|