1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 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