[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/app/dnsmasq/dnsmasq-2.86/bld/install-man b/ap/app/dnsmasq/dnsmasq-2.86/bld/install-man
new file mode 100755
index 0000000..420c9b1
--- /dev/null
+++ b/ap/app/dnsmasq/dnsmasq-2.86/bld/install-man
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+for f in *; do
+ if [ -d $f ]; then
+ $2 -m 755 -d $1/$f/man8
+ $2 -m 644 $f/dnsmasq.8 $1/$f/man8
+ echo installing $f/man8/dnsmasq.8
+ fi
+done