X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.linux;h=84cd12beac1828ef6c244ad19625b7887cf7f963;hp=13d9a1b3f3de7fa7440c89bb8ff0fde5bcedd22e;hb=e0dd0810656dd215654c6ac66d516ce873df1196;hpb=eda6d3a9f0b97d7220ba38333806978f337e6d46;ds=sidebyside diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 13d9a1b..84cd12b 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.13 1996/07/01 01:05:27 paulus Exp $ +# $Id: Makefile.linux,v 1.14 1996/08/28 06:37:53 paulus Exp $ # PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \ @@ -35,8 +35,8 @@ LEX = flex #INCLUDE_DIRS= -I/usr/include -I.. INCLUDE_DIRS= -COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H - +COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -D__BSD_SOURCE + CFLAGS= $(COPTS) $(DEBUG_FLAGS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) ifdef USE_MS_DNS