From 41a536661dff2f46601d37b59e0ab992f2aa018a Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sat, 14 Sep 1996 05:13:15 +0000 Subject: [PATCH] need -DSUNOS4 (for alloca) --- pppstats/Makefile.sunos4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2