Makefile revision 61749
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/find/Makefile 61749 2000-06-17 14:19:33Z joe $
3
4CFLAGS+=  -Wall
5PROG=	find
6SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c
7
8.include <bsd.prog.mk>
9