From: Paul Mackerras Date: Sat, 14 Sep 1996 05:13:15 +0000 (+0000) Subject: need -DSUNOS4 (for alloca) X-Git-Tag: RELEASE_2_3_6~336 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=41a536661dff2f46601d37b59e0ab992f2aa018a need -DSUNOS4 (for alloca) --- diff --git a/pppstats/Makefile.sunos4 b/pppstats/Makefile.sunos4 index f600124..bfe9b9a 100644 --- a/pppstats/Makefile.sunos4 +++ b/pppstats/Makefile.sunos4 @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id: Makefile.sunos4,v 1.1 1995/12/18 03:54:00 paulus Exp $ +# $Id: Makefile.sunos4,v 1.2 1996/09/14 05:13:15 paulus Exp $ # PPPSTATSRCS = pppstats.c @@ -8,7 +8,7 @@ PPPSTATOBJS = pppstats.o #CC = gcc COPTS = -O -COMPILE_FLAGS = -DSTREAMS +COMPILE_FLAGS = -DSTREAMS -DSUNOS4 LIBS = INSTALL= install -o root -g daemon