X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=aaf5c31322cf36277103bbc1fbf8644334bf96aa;hb=6e6bb3246106e680463c106d1ee6b773fc4f9c5a;hp=2cdfe9e5cc2af7e3ba103793c6027aa5120bf521;hpb=93707a531320fbf398fdb5ffa69a86af092c798c;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 2cdfe9e..aaf5c31 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,12 +1,12 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.62 2004/10/29 00:12:27 paulus Exp $ +# $Id: Makefile.linux,v 1.65 2004/11/01 03:49:20 paulus Exp $ # # Default installation locations DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin -MANDIR = $(DESTDIR)/man/man8 +MANDIR = $(DESTDIR)/share/man/man8 INCDIR = $(DESTDIR)/include TARGETS = pppd @@ -171,9 +171,11 @@ LIBS += -ldl endif ifdef FILTER +ifneq ($(wildcard /usr/include/pcap-bpf.h),) LIBS += -lpcap CFLAGS += -DPPP_FILTER endif +endif ifdef HAVE_INET6 PPPDSRCS += ipv6cp.c eui64.c @@ -193,7 +195,7 @@ ifdef MAXOCTETS CFLAGS += -DMAXOCTETS endif -INSTALL= install -o root +INSTALL= install all: $(TARGETS)