aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorRaviteja Sunkara <raviteja@codeaurora.org>2012-12-27 12:09:20 +0530
committerRaviteja Sunkara <raviteja@codeaurora.org>2012-12-27 12:20:37 +0530
commit0315bd568b78bcae16e368cfce9311891b05e686 (patch)
treefab9a0cf0d8a8bfbabf131ae0e3209fed30f98b0 /doc/Makefile.in
parent96abbc571f9645e14ba9d9faf549ebcb4df40036 (diff)
parent4ad479e4dde956925be6ed687c5ab058a69150ce (diff)
downloadandroid_external_brctl-0315bd568b78bcae16e368cfce9311891b05e686.tar.gz
android_external_brctl-0315bd568b78bcae16e368cfce9311891b05e686.tar.bz2
android_external_brctl-0315bd568b78bcae16e368cfce9311891b05e686.zip
Merge remote-tracking branch 'origin/caf/kernel-bridge-utils/master'
* origin/caf/kernel-bridge-utils/master: (109 commits) Fix typo's on man page bug with older glibc: "brctl show" shows nothing skip . and .. in accurately in isbridge() Check error returns from write to sysfs Fix error message for incorrect command Fix incorrect command in manual Update URL of git repository update mailing address bridge-utils 1.5 show selected bridge bridge-utils: Add 'hairpin' port forwarding mode Handle unknown attributes more gracefully Skip . and .. in foreach_bridge test Check for fopen() failing use proper version of install in doc/Makefile don't install libbridge.a fix use of sysfs (affects 32/64 bit compat) Use linux/if.h rather than net/if.h for compatiablity with other headers. Allow bridge-utils to run when no TCP/IP is available Update gitignore ...
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
new file mode 100644
index 0000000..23bfb06
--- /dev/null
+++ b/doc/Makefile.in
@@ -0,0 +1,21 @@
+
+DESTDIR=
+KERNEL_HEADERS=-I@KERNEL_HEADERS@
+
+INSTALL=@INSTALL@
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+bindir=@bindir@
+sbindir=@sbindir@
+mandir=@mandir@
+
+SUBDIRS=libbridge brctl
+
+all:
+
+clean:
+
+install:
+ mkdir -p $(DESTDIR)$(mandir)/man8
+ $(INSTALL) -m 644 brctl.8 $(DESTDIR)$(mandir)/man8