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

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

1.4     ! mickey      1: #      $OpenBSD: Makefile,v 1.3 2000/07/08 16:09:33 millert Exp $
1.1       deraadt     2:
                      3: PROG=  find
1.4     ! mickey      4: SRCS=  find.c function.c ls.c main.c misc.c operator.c option.c
1.1       deraadt     5:
                      6: .include <bsd.prog.mk>