8 lines
192 B
Makefile
8 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/10/18 16:04:21 mrg 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
|
|
|
|
.include <bsd.prog.mk>
|