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