From 4d8f3ae99a283c0916b5fc669f0d7cf0f42bd28b Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 26 Sep 1996 06:16:35 +0000 Subject: [PATCH] define ULTRIX so we know where we are --- pppstats/Makefile.ultrix | 4 ++-- 1 file 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) -- 2.39.2