summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-09-14 05:13:15 +0000
committerPaul Mackerras <paulus@samba.org>1996-09-14 05:13:15 +0000
commit41a536661dff2f46601d37b59e0ab992f2aa018a (patch)
tree22a73c041920f2ac045f379f064d473904576ab1 /pppstats
parent9ca8ac67b03b33e4f37e748877b002eb89eb5d92 (diff)
downloadppp-41a536661dff2f46601d37b59e0ab992f2aa018a.tar.gz
need -DSUNOS4 (for alloca)
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.sunos44
1 files 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