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= 10 11NO_WMISSING_VARIABLE_DECLARATIONS= 12 13HAS_TESTS= 14SUBDIR.${MK_TESTS}+= tests 15 16.include <bsd.prog.mk> 17