X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.linux;h=ebe703e0386e1a04ff8f0fa6ac317c392ceddea6;hp=fd60ee2925d48977201bc9c0c25fffc8a406d518;hb=ef8c746d25d5c9bab2a8a8b28266cd19c4762291;hpb=061ebeface7658cb2d76f9cc84dee16ba1e9b176 diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index fd60ee2..ebe703e 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.15 1996/09/14 05:13:45 paulus Exp $ +# $Id: Makefile.linux,v 1.16 1996/09/26 06:19:57 paulus Exp $ # # Default installation locations @@ -36,7 +36,7 @@ LIBS = -lc -lbsd #INCLUDE_DIRS= -I/usr/include -I.. INCLUDE_DIRS= -COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -D__BSD_SOURCE -DIPX_CHANGE +COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS)