find: Link tests to the build
This commit is contained in:
parent
e93e5bb0fa
commit
9d75d6c9d5
@ -664,6 +664,8 @@
|
|||||||
..
|
..
|
||||||
file2c
|
file2c
|
||||||
..
|
..
|
||||||
|
find
|
||||||
|
..
|
||||||
fold
|
fold
|
||||||
..
|
..
|
||||||
getconf
|
getconf
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user