aboutsummaryrefslogtreecommitdiff
path: root/extra/iw/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/iw/build')
-rwxr-xr-xextra/iw/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/iw/build b/extra/iw/build
deleted file mode 100755
index 58b5126a..00000000
--- a/extra/iw/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-# iw manpage is extremely small,
-# we don't need to compress it.
-sed 's@\(iw\.8\)\.gz@\1@' Makefile > _
-cat _ > Makefile; rm -f _
-make DESTDIR="$1" LDFLAGS="$LDFLAGS -static" PREFIX="/usr" SBINDIR="/usr/bin" install