summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/wondershaper/files/Makefile')
-rw-r--r--net-misc/wondershaper/files/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-misc/wondershaper/files/Makefile b/net-misc/wondershaper/files/Makefile
deleted file mode 100644
index 52a3bf2..0000000
--- a/net-misc/wondershaper/files/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-.PHONY: all
-all: wondershaper.config wondershaper
-
-wondershaper.config:
- tail -n+2 wshaper \
- | awk '/^# Now remove/{firstPartOver=1}{if (! firstPartOver) print $0}' \
- >> $@
-wondershaper: wshaper
- cp rc.skel $@
- awk '/^if \[/{firstPartOver=1}{if (firstPartOver) print $0}' $^ \
- | awk -f append-return-1.awk \
- | sed 's/exit/return 0/' >> $@
- echo "}" >> $@
-
-clean:
- rm wondershaper wondershaper.config \ No newline at end of file