diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index d025fbf62fc5..944f080f232f 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -664,6 +664,8 @@ .. file2c .. + find + .. fold .. getconf diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index b18b7c8e9180..dfe89de331b0 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +.include + 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