Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
30983db9
Commit
30983db9
authored
Mar 20, 2005
by
Mike Hibler
Browse files
whol needs to be installed setuid due to using bpf device
parent
73291edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/GNUmakefile.in
View file @
30983db9
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment