minix/commands/indent/Makefile

8 lines
117 B
Makefile
Raw Normal View History

2005-07-22 20:30:14 +02:00
# Makefile for indent
PROG= indent
SRCS= args.c comment.c lexi.c indent.c parse.c io.c
MAN=
2005-07-22 20:30:14 +02:00
.include <bsd.prog.mk>