blob: af7adc2a66e8072b94b227e5a8bfcfab6457ab44 [file] [log] [blame]
#
# Copyright (c) 2025 Red Hat Inc. All Rights Reserved.
#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
TOOLS_DIR = tools
helpers=\
run_privatens
include $(BUILDRULES)
default: $(helpers)
install: default
$(INSTALL) -m 755 -d $(PKG_LIB_DIR)/$(TOOLS_DIR)
$(INSTALL) -m 755 $(helpers) $(PKG_LIB_DIR)/$(TOOLS_DIR)
install-dev install-lib: