X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fplugins%2Fpppoe%2FMakefile.linux;fp=pppd%2Fplugins%2Fpppoe%2FMakefile.linux;h=b9698710dddc4e3260d538b97392fd6a962bc12b;hp=6d2469fd71385e72a9457723a249856c0acc5639;hb=8ebe7550b2a4525afcf3adee3411250fb32be769;hpb=d96e4f148f54dc9903afe53cb69d3f5468c0a9b0 diff --git a/pppd/plugins/pppoe/Makefile.linux b/pppd/plugins/pppoe/Makefile.linux index 6d2469f..b969871 100644 --- a/pppd/plugins/pppoe/Makefile.linux +++ b/pppd/plugins/pppoe/Makefile.linux @@ -18,6 +18,7 @@ COPTS=@CFLAGS@ DESTDIR = $(INSTROOT)@DESTDIR@ BINDIR = $(DESTDIR)/sbin +MANDIR = $(DESTDIR)/share/man/man8 LIBDIR = $(DESTDIR)/lib/pppd/$(PPPDVERSION) PPPDVERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h) @@ -47,6 +48,7 @@ install: all $(LN_S) pppoe.so $(LIBDIR)/rp-pppoe.so $(INSTALL) -d -m 755 $(BINDIR) $(INSTALL) -c -m 755 pppoe-discovery $(BINDIR) + $(INSTALL) -c -m 644 pppoe-discovery.8 $(MANDIR) clean: rm -f *.o *.so pppoe-discovery