Makefile revision 94630
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/find/Makefile 94630 2002-04-14 01:30:20Z obrien $
3
4PROG=	find
5SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c \
6	getdate.y
7CFLAGS+= -I${.CURDIR}
8YFLAGS=
9
10.include <bsd.prog.mk>
11