11590Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
254828Sroberto# $FreeBSD: releng/10.3/usr.bin/find/Makefile 249657 2013-04-19 19:45:00Z ed $
31590Srgrimes
41590SrgrimesPROG=	find
593644SmarkmSRCS=	find.c function.c ls.c main.c misc.c operator.c option.c \
693644Smarkm	getdate.y
792904SmarkmYFLAGS=
81590Srgrimes
9249657SedNO_WMISSING_VARIABLE_DECLARATIONS=
10249657Sed
111590Srgrimes.include <bsd.prog.mk>
12