summaryrefslogtreecommitdiff
path: root/usr.bin/find/Makefile
blob: db331cd2a138f72eef960e77f28683ed953b3edc (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.3 2000/07/08 16:09:33 millert Exp $

PROG=	find
SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c stat_flags.c
.PATH:  ${.CURDIR}/../../bin/ls

.include <bsd.prog.mk>