[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / indent

Annotation of src/usr.bin/indent/Makefile, Revision 1.1.1.1

1.1       deraadt     1: #      from: @(#)Makefile      5.11 (Berkeley) 5/11/90
                      2: #      $Id: Makefile,v 1.2 1993/07/31 15:21:52 mycroft Exp $
                      3:
                      4: PROG=  indent
                      5: SRCS=  indent.c io.c lexi.c parse.c pr_comment.c args.c
                      6:
                      7: .include <bsd.prog.mk>