8 lines
173 B
Makefile
8 lines
173 B
Makefile
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:27 deraadt Exp $
|
|
|
|
PROG= indent
|
|
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
|
|
|
|
$(PROG): $(SRCS)
|
|
# .include <bsd.prog.mk>
|