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 \ 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