blob: 2d502884fbbc9334da0d284987cb1389b7add93a [file]
#
# Copyright (c) 2025 Red Hat Inc. All Rights Reserved.
#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
TOOLS_DIR = tools
helpers=\
run_setsid \
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: