]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/find/Makefile
Remove spurious newline
[FreeBSD/FreeBSD.git] / usr.bin / find / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   find
7 SRCS=   find.c function.c ls.c main.c misc.c operator.c option.c \
8         getdate.y
9 YFLAGS=
10 CFLAGS.clang+=  -Werror=undef
11
12 NO_WMISSING_VARIABLE_DECLARATIONS=
13
14 HAS_TESTS=
15 SUBDIR.${MK_TESTS}+= tests
16
17 .include <bsd.prog.mk>