make/bsd/makefiles/buildtree.make

changeset 10015
eb7ce841ccec
parent 9931
fd44df5e3bc3
parent 9995
633a3d28d2fe
     1.1 --- a/make/bsd/makefiles/buildtree.make	Sat Oct 24 16:18:50 2020 +0800
     1.2 +++ b/make/bsd/makefiles/buildtree.make	Sat Oct 24 16:43:47 2020 +0800
     1.3 @@ -113,7 +113,7 @@
     1.4  endif
     1.5  endif
     1.6  
     1.7 -ifeq ($(ENABLE_JFR),false)
     1.8 +ifneq ($(ENABLE_JFR),true)
     1.9  ALWAYS_EXCLUDE_DIRS += -o -name jfr
    1.10  endif
    1.11  

mercurial