Skip to content
Snippets Groups Projects
Commit 30983db9 authored by Mike Hibler's avatar Mike Hibler
Browse files

whol needs to be installed setuid due to using bpf device

parent 73291edf
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ all: all-subdirs
include $(TESTBED_SRCDIR)/GNUmakerules
post-install:
@$(MAKE) -C whol post-install
clean: clean-subdirs
# How to recursively descend into subdirectories to make general
......@@ -24,3 +27,5 @@ clean: clean-subdirs
%.MAKE:
@$(MAKE) -C $(dir $@) $(basename $(notdir $@))
%-subdirs: $(addsuffix /%.MAKE,$(SUBDIRS)) ;
.PHONY: post-install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment