summaryrefslogtreecommitdiff
path: root/usr.bin/find/Makefile
blob: 6bc22ee35c7259f6d22c905ffc5104a7de24adbf (plain)
1
2
3
4
5
6
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:33:07 deraadt Exp $

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

.include <bsd.prog.mk>