xref: /freebsd-13.1/usr.bin/find/Makefile (revision b2d245a0)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6PACKAGE=	runtime
7
8PROG=	find
9SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c \
10	getdate.y
11YFLAGS=
12CFLAGS.clang+=	-Werror=undef
13
14NO_WMISSING_VARIABLE_DECLARATIONS=
15
16HAS_TESTS=
17SUBDIR.${MK_TESTS}+= tests
18
19.include <bsd.prog.mk>
20