NetBSD/usr.bin/indent/Makefile

7 lines
130 B
Makefile
Raw Normal View History

1993-06-06 20:58:02 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-04-09 12:58:42 +00:00
PROG= indent
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
.include <bsd.prog.mk>