summaryrefslogtreecommitdiff
path: root/usr.bin/find/Makefile
blob: 378d01386d848ac4da0d5ddb0643910b5686e201 (plain)
1
2
3
4
5
6
7
#	from: @(#)Makefile	5.2 (Berkeley) 5/24/91
#	$Id: Makefile,v 1.3 1994/01/28 00:43:36 cgd Exp $

PROG=	find
SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c

.include <bsd.prog.mk>