#       $NetBSD$
#       @(#)Makefile    8.1 (Berkeley) 6/2/93


PROG=   	fsu_find
.PATH:		../find
SRCS=   	find.c function.c ls.c main.c misc.c operator.c option.c
NOMAN=		

.include "${.CURDIR}/../../Makefile.fsu"
.include <bsd.prog.mk>
