NetBSD/usr.bin/indent/Makefile

8 lines
194 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.11 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/31 15:21:52 mycroft Exp $
1993-04-09 16:58:42 +04:00
PROG= indent
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
.include <bsd.prog.mk>