X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=aaf5c31322cf36277103bbc1fbf8644334bf96aa;hb=0d3f05cc3d0a1cf631778296065ce9c158dd9c0e;hp=a5df637c69937a28e7d7550d6ed68c1c84090a4f;hpb=8dab7e1cb378a55b57a7bca6bc66a7ecc091d41f;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index a5df637..aaf5c31 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.63 2004/10/31 21:27:24 paulus Exp $ +# $Id: Makefile.linux,v 1.65 2004/11/01 03:49:20 paulus Exp $ # # Default installation locations @@ -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)