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

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

1.1       deraadt     1: #      from: @(#)Makefile      5.2 (Berkeley) 5/24/91
                      2: #      $Id: Makefile,v 1.3 1994/01/28 00:43:36 cgd Exp $
                      3:
                      4: PROG=  find
                      5: SRCS=  find.c function.c ls.c main.c misc.c operator.c option.c
                      6:
                      7: .include <bsd.prog.mk>