summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/Makefile
blob: 9cd5d0244f165d24f9d47ea70cb1e96b10dc58f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	find
SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c \
	getdate.y
CFLAGS+= -I${.CURDIR}
YFLAGS=

.include <bsd.prog.mk>

# XXX Temporary! parsedate is broken!
.PATH:	${.CURDIR}/../../contrib/cvs/lib/
CFLAGS+=-DHAVE_TIMEZONE
OpenPOWER on IntegriCloud