X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppdump%2FMakefile.linux;h=a94187fa9e296a590d6a84a588b40d2f903b31d2;hp=0457561f1034add1ea19e60cc3f7f3d70ea04b0e;hb=4087ec556b1ccee15d8e97153f3800b79982f8ba;hpb=2ff8d30b889d33d3dd881257210d0ebb0806c76f diff --git a/pppdump/Makefile.linux b/pppdump/Makefile.linux index 0457561..a94187f 100644 --- a/pppdump/Makefile.linux +++ b/pppdump/Makefile.linux @@ -1,8 +1,12 @@ +CROSS_COMPILE=@CROSS_COMPILE@ +CC=$(CROSS_COMPILE)@CC@ +COPTS=@CFLAGS@ + DESTDIR = $(INSTROOT)@DESTDIR@ BINDIR = $(DESTDIR)/sbin MANDIR = $(DESTDIR)/share/man/man8 -CFLAGS= -O -I../include/net +CFLAGS = $(COPTS) -I../include/net OBJS = pppdump.o bsd-comp.o deflate.o zlib.o INSTALL= install