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

CFLAGS+=  -Wall
PROG=	find
SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c getdate.y
CLEANFILES+= getdate.c y.tab.h
CFLAGS+= -I${.CURDIR}/../../gnu/usr.bin/cvs/lib -DHAVE_CONFIG_H
.PATH:	${.CURDIR}/../../contrib/cvs/lib

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud