summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1998-03-25 02:21:27 +0000
committerPaul Mackerras <paulus@samba.org>1998-03-25 02:21:27 +0000
commit532f6ecb1870864583d0f236d8ef495e9c6a0320 (patch)
tree448de59e8ed8fc4853113b3bc3fe3ddd26415cbd /pppstats
parent7ef7b96003b8d81b20a251ae2c748319a247b9d1 (diff)
downloadppp-532f6ecb1870864583d0f236d8ef495e9c6a0320.tar.gz
include from ../include not ..
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.aix42
-rw-r--r--pppstats/Makefile.bsd4
-rw-r--r--pppstats/Makefile.linux4
-rw-r--r--pppstats/Makefile.netbsd-1.24
-rw-r--r--pppstats/Makefile.osf2
-rw-r--r--pppstats/Makefile.sol24
-rw-r--r--pppstats/Makefile.sunos44
-rw-r--r--pppstats/Makefile.svr44
-rw-r--r--pppstats/Makefile.ultrix4
9 files changed, 16 insertions, 16 deletions
diff --git a/pppstats/Makefile.aix4 b/pppstats/Makefile.aix4
index c1b0ca4..516b2a9 100644
--- a/pppstats/Makefile.aix4
+++ b/pppstats/Makefile.aix4
@@ -17,7 +17,7 @@ COPTS = -O
COMPILE_FLAGS = -DSTREAMS
LIBS =
-CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
+CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
all: pppstats
diff --git a/pppstats/Makefile.bsd b/pppstats/Makefile.bsd
index ef61364..f4d186d 100644
--- a/pppstats/Makefile.bsd
+++ b/pppstats/Makefile.bsd
@@ -1,8 +1,8 @@
-# $Id: Makefile.bsd,v 1.5 1996/10/08 04:38:08 paulus Exp $
+# $Id: Makefile.bsd,v 1.6 1998/03/25 02:21:18 paulus Exp $
PROG= pppstats
SRCS= pppstats.c
-CFLAGS+=-I.. -D_BITYPES
+CFLAGS+=-I../include -D_BITYPES
MAN8= pppstats.8
MAN= pppstats.cat8
BINDIR= /usr/sbin
diff --git a/pppstats/Makefile.linux b/pppstats/Makefile.linux
index 36af5f8..bbef60c 100644
--- a/pppstats/Makefile.linux
+++ b/pppstats/Makefile.linux
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id: Makefile.linux,v 1.2 1996/05/26 23:56:40 paulus Exp $
+# $Id: Makefile.linux,v 1.3 1998/03/25 02:21:20 paulus Exp $
#
PPPSTATSRCS = pppstats.c
@@ -8,7 +8,7 @@ PPPSTATOBJS = pppstats.o
#CC = gcc
COPTS = -O
-COMPILE_FLAGS = -D_linux_
+COMPILE_FLAGS = -D_linux_ -I../include
LIBS =
INSTALL= install -o root -g daemon
diff --git a/pppstats/Makefile.netbsd-1.2 b/pppstats/Makefile.netbsd-1.2
index 586402a..873838b 100644
--- a/pppstats/Makefile.netbsd-1.2
+++ b/pppstats/Makefile.netbsd-1.2
@@ -1,8 +1,8 @@
-# $Id: Makefile.netbsd-1.2,v 1.1 1997/04/30 06:00:07 paulus Exp $
+# $Id: Makefile.netbsd-1.2,v 1.2 1998/03/25 02:21:21 paulus Exp $
PROG= pppstats
SRCS= pppstats.c
-CFLAGS+=-I.. -D_BITYPES
+CFLAGS+=-I../include -D_BITYPES
MAN8= pppstats.8
MAN= pppstats.cat8
BINDIR= /usr/sbin
diff --git a/pppstats/Makefile.osf b/pppstats/Makefile.osf
index b63b14e..309bf04 100644
--- a/pppstats/Makefile.osf
+++ b/pppstats/Makefile.osf
@@ -10,7 +10,7 @@ COPTS = -O
COMPILE_FLAGS = -DSTREAMS
LIBS =
-CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
+CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
all: pppstats
diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2
index 674ab75..be9a6d9 100644
--- a/pppstats/Makefile.sol2
+++ b/pppstats/Makefile.sol2
@@ -1,11 +1,11 @@
#
# pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.7 1998/02/04 01:41:46 paulus Exp $
+# $Id: Makefile.sol2,v 1.8 1998/03/25 02:21:24 paulus Exp $
#
include ../svr4/Makedefs
-CFLAGS = -DSTREAMS -I.. $(COPTS)
+CFLAGS = -DSTREAMS -I../include $(COPTS)
all: pppstats
diff --git a/pppstats/Makefile.sunos4 b/pppstats/Makefile.sunos4
index 89e68b1..12570f5 100644
--- a/pppstats/Makefile.sunos4
+++ b/pppstats/Makefile.sunos4
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id: Makefile.sunos4,v 1.3 1998/02/04 01:41:47 paulus Exp $
+# $Id: Makefile.sunos4,v 1.4 1998/03/25 02:21:25 paulus Exp $
#
include ../sunos4/Makedefs
@@ -11,7 +11,7 @@ PPPSTATOBJS = pppstats.o
COMPILE_FLAGS = -DSTREAMS -DSUNOS4
LIBS =
-CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
+CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
all: pppstats
diff --git a/pppstats/Makefile.svr4 b/pppstats/Makefile.svr4
index 662602b..eb6bb10 100644
--- a/pppstats/Makefile.svr4
+++ b/pppstats/Makefile.svr4
@@ -1,11 +1,11 @@
#
# pppstats Makefile for SVR4 systems
-# $Id: Makefile.svr4,v 1.5 1998/02/04 01:41:47 paulus Exp $
+# $Id: Makefile.svr4,v 1.6 1998/03/25 02:21:26 paulus Exp $
#
include ../svr4/Makedefs
-CFLAGS = -DSTREAMS -I.. $(COPTS)
+CFLAGS = -DSTREAMS -I../include $(COPTS)
all: pppstats
diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix
index 75a4dd2..519cf1f 100644
--- a/pppstats/Makefile.ultrix
+++ b/pppstats/Makefile.ultrix
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id: Makefile.ultrix,v 1.5 1996/09/26 06:16:35 paulus Exp $
+# $Id: Makefile.ultrix,v 1.6 1998/03/25 02:21:27 paulus Exp $
#
BINDIR = /usr/local/etc
@@ -14,7 +14,7 @@ COPTS = -O
COMPILE_FLAGS = -DULTRIX
LIBS =
-CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
+CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
all: pppstats