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
..
find
..
fold
..
getconf

View File

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