From 1ce88ec2e3f135c26d4dde2bbf628de78abacde0 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 26 Sep 1996 06:20:14 +0000 Subject: [PATCH] define ULTRIX cpp symbol --- pppd/Makefile.ultrix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/Makefile.ultrix b/pppd/Makefile.ultrix index 27db4a4..53e1e24 100644 --- a/pppd/Makefile.ultrix +++ b/pppd/Makefile.ultrix @@ -1,6 +1,6 @@ # # pppd makefile for Ultrix -# $Id: Makefile.ultrix,v 1.8 1996/07/01 01:05:54 paulus Exp $ +# $Id: Makefile.ultrix,v 1.9 1996/09/26 06:20:14 paulus Exp $ # BINDIR = /usr/local/etc @@ -14,7 +14,7 @@ PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o \ # CC = gcc DEBUG_FLAGS = -COMPILE_FLAGS = -DNO_DRAND48 -DGIDSET_TYPE=int -DPRIMITIVE_SYSLOG +COMPILE_FLAGS = -DNO_DRAND48 -DGIDSET_TYPE=int -DULTRIX COPTS = -O LIBS = -- 2.39.2