]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/find/Makefile
tpcdump: Update to 4.99.4
[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 PACKAGE=        runtime
7
8 PROG=   find
9 SRCS=   find.c function.c ls.c main.c misc.c operator.c option.c \
10         getdate.y
11 YFLAGS=
12 CFLAGS.clang+=  -Werror=undef
13
14 NO_WMISSING_VARIABLE_DECLARATIONS=
15
16 HAS_TESTS=
17 SUBDIR.${MK_TESTS}+= tests
18
19 .include <bsd.prog.mk>