find: Link tests to the build

This commit is contained in:
Jilles Tjoelker 2017-12-31 19:24:13 +00:00
parent e93e5bb0fa
commit 9d75d6c9d5
2 changed files with 6 additions and 2 deletions

View File

@ -664,6 +664,8 @@
.. ..
file2c file2c
.. ..
find
..
fold fold
.. ..
getconf getconf

View File

@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$ # $FreeBSD$
.include <src.opts.mk>
PROG= find PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \ SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \
getdate.y getdate.y
@ -8,7 +10,7 @@ YFLAGS=
NO_WMISSING_VARIABLE_DECLARATIONS= NO_WMISSING_VARIABLE_DECLARATIONS=
#HAS_TESTS= HAS_TESTS=
#SUBDIR.${MK_TESTS}+= tests SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk> .include <bsd.prog.mk>