On Fri, Jan 23, 2009 at 10:04:24PM -0800, Michael Buesch wrote: > On Friday 23 January 2009 23:56:27 Luis R. Rodriguez wrote: > > This adds a man page for the regulatory.bin file and updates > > the Makefile to make it the install target flexible for distributions. > > As part of the install you also now get the the man page. > > > > Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> > > --- > > Makefile | 19 +++++++++++++++---- > > regulatory.bin.5 | 37 +++++++++++++++++++++++++++++++++++++ > > 2 files changed, 52 insertions(+), 4 deletions(-) > > create mode 100644 regulatory.bin.5 > > > > diff --git a/Makefile b/Makefile > > index 07c3030..0171196 100644 > > --- a/Makefile > > +++ b/Makefile > > @@ -2,12 +2,16 @@ > > PREFIX = /usr > > CDRA_PATH = $(PREFIX)/lib/crda > > > > +SBINDIR ?= /sbin/ > > +MANDIR ?= $(PREFIX)/share/man/ > > Why do you define SBINDIR? It doesn't seem to be used. Sorry, a copy a paste from crda makefile :) Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html