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

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

1.2     ! deraadt     1: #      $OpenBSD: Makefile,v 1.1.1.1 1995/10/18 08:45:13 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  find
                      4: SRCS=  find.c function.c ls.c main.c misc.c operator.c option.c
                      5:
                      6: .include <bsd.prog.mk>