Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / bridge / doc / Makefile
blobe56048bdb8d5915e2aa81c72acf6df679b80ea67
2 DESTDIR=
3 KERNEL_HEADERS=-I/home/vicente/tomato/release/src-rt/linux/linux-2.6/include
5 INSTALL=install -s
7 prefix=
8 exec_prefix=${prefix}
9 bindir=${exec_prefix}/bin
10 sbindir=${exec_prefix}/sbin
11 mandir=${prefix}/man
13 SUBDIRS=libbridge brctl
15 all:
17 clean:
19 install:
20 mkdir -p $(DESTDIR)$(mandir)/man8
21 install -m 644 brctl.8 $(DESTDIR)$(mandir)/man8