From 30983db962e6e385036933bd44c064c9600ed09e Mon Sep 17 00:00:00 2001
From: Mike Hibler <mike@flux.utah.edu>
Date: Sun, 20 Mar 2005 00:00:23 +0000
Subject: [PATCH] whol needs to be installed setuid due to using bpf device

---
 tools/GNUmakefile.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/GNUmakefile.in b/tools/GNUmakefile.in
index dc27801df8..e7b369ee5a 100644
--- a/tools/GNUmakefile.in
+++ b/tools/GNUmakefile.in
@@ -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
-- 
GitLab