aboutsummaryrefslogtreecommitdiff
path: root/net/nlbwmon
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-06-10 16:27:06 -0700
committerRosen Penev <rosenp@gmail.com>2021-06-12 21:05:01 -0700
commit2e654b19f38f1f941c70a5adcdac6311234362c3 (patch)
treeb95e4614558f228b015fd68e3d07fc6a8e5b94ca /net/nlbwmon
parente2d9e874dc1d15a0fa94846c0d186c89dfc8bc29 (diff)
treewide: back to cmake.mk
Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/nlbwmon')
-rw-r--r--net/nlbwmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nlbwmon/Makefile b/net/nlbwmon/Makefile
index d3a27573e..9e3a8ba75 100644
--- a/net/nlbwmon/Makefile
+++ b/net/nlbwmon/Makefile
@@ -16,7 +16,7 @@ PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
-include ../../devel/ninja/ninja-cmake.mk
+include $(INCLUDE_DIR)/cmake.mk
CMAKE_OPTIONS += -DLIBNL_LIBRARY_TINY=ON
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libnl-tiny