From: Paul Mackerras Date: Thu, 26 Sep 1996 06:16:35 +0000 (+0000) Subject: define ULTRIX so we know where we are X-Git-Tag: RELEASE_2_3_6~312 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=4d8f3ae99a283c0916b5fc669f0d7cf0f42bd28b define ULTRIX so we know where we are --- 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)