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