opnsense-ports/devel/ice/files/patch-cpp-Makefile
Franco Fichtner f859a25161 */*: sync with upstream
Taken from: FreeBSD
2022-01-14 14:30:47 +01:00

13 lines
303 B
Text

--- cpp/Makefile.orig 2019-08-12 19:54:18 UTC
+++ cpp/Makefile
@@ -13,8 +13,8 @@ include $(top_srcdir)/config/Make.rules
SUBDIRS = config src include
-ifneq ($(MAKECMDGOALS),install)
- SUBDIRS := $(SUBDIRS) test
+ifeq ($(NOTESTS),)
+ SUBDIRS := $(SUBDIRS) test
endif
ifeq ($(NOTEST),yes)