summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-09-26 06:16:35 +0000
committerPaul Mackerras <paulus@samba.org>1996-09-26 06:16:35 +0000
commit4d8f3ae99a283c0916b5fc669f0d7cf0f42bd28b (patch)
tree639d96f553592d5f6e4443d96fcfb2f3504335f9 /pppstats
parentc2a92a1f6789e7ae568f18d9daa7f9117339174a (diff)
define ULTRIX so we know where we are
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.ultrix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix
index 063a41e..75a4dd2 100644
--- a/pppstats/Makefile.ultrix
+++ b/pppstats/Makefile.ultrix
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id: Makefile.ultrix,v 1.4 1995/06/01 01:32:56 paulus Exp $
+# $Id: Makefile.ultrix,v 1.5 1996/09/26 06:16:35 paulus Exp $
#
BINDIR = /usr/local/etc
@@ -11,7 +11,7 @@ PPPSTATOBJS = pppstats.o
#CC = gcc
COPTS = -O
-COMPILE_FLAGS =
+COMPILE_FLAGS = -DULTRIX
LIBS =
CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)