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