]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.ultrix
allow chars 0x20 - 0x3f to be escaped
[ppp.git] / pppd / Makefile.ultrix
index 27db4a438fcc64c1e19aaf8e84b21a52405a8771..9e2b1a64f64b05de9313bbe532e21a5d89515a5e 100644 (file)
@@ -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.10 1998/03/25 01:27:09 paulus Exp $
 #
 
 BINDIR = /usr/local/etc
@@ -14,11 +14,11 @@ 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 =
 
-CFLAGS = -I.. $(COPTS) $(DEBUG_FLAGS) $(COMPILE_FLAGS)
+CFLAGS = -I../include $(COPTS) $(DEBUG_FLAGS) $(COMPILE_FLAGS)
 
 all: pppd