summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1998-02-04 01:42:28 +0000
committerPaul Mackerras <paulus@samba.org>1998-02-04 01:42:28 +0000
commitd360980f566acea27d4b61566ded5cb064559cca (patch)
tree46bab4c68706c258f653b02482df8296cd48dbc6 /pppstats
parent0ea6710adf7805f539a5f24122d593aaee5d38a1 (diff)
downloadppp-d360980f566acea27d4b61566ded5cb064559cca.tar.gz
include Makedefs
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.sol212
-rw-r--r--pppstats/Makefile.sunos48
-rw-r--r--pppstats/Makefile.svr411
3 files changed, 7 insertions, 24 deletions
diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2
index e27c635..674ab75 100644
--- a/pppstats/Makefile.sol2
+++ b/pppstats/Makefile.sol2
@@ -1,17 +1,9 @@
#
# pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.6 1996/09/26 06:16:18 paulus Exp $
+# $Id: Makefile.sol2,v 1.7 1998/02/04 01:41:46 paulus Exp $
#
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man
-INSTALL = /usr/sbin/install
-
-# For gcc
-#CC = gcc
-#COPTS = -g -O
-
-COPTS = -O -Xa
+include ../svr4/Makedefs
CFLAGS = -DSTREAMS -I.. $(COPTS)
diff --git a/pppstats/Makefile.sunos4 b/pppstats/Makefile.sunos4
index bfe9b9a..89e68b1 100644
--- a/pppstats/Makefile.sunos4
+++ b/pppstats/Makefile.sunos4
@@ -1,18 +1,16 @@
#
# pppstats makefile
-# $Id: Makefile.sunos4,v 1.2 1996/09/14 05:13:15 paulus Exp $
+# $Id: Makefile.sunos4,v 1.3 1998/02/04 01:41:47 paulus Exp $
#
+include ../sunos4/Makedefs
+
PPPSTATSRCS = pppstats.c
PPPSTATOBJS = pppstats.o
-#CC = gcc
-COPTS = -O
COMPILE_FLAGS = -DSTREAMS -DSUNOS4
LIBS =
-INSTALL= install -o root -g daemon
-
CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
all: pppstats
diff --git a/pppstats/Makefile.svr4 b/pppstats/Makefile.svr4
index 7a7f645..662602b 100644
--- a/pppstats/Makefile.svr4
+++ b/pppstats/Makefile.svr4
@@ -1,16 +1,9 @@
#
# pppstats Makefile for SVR4 systems
-# $Id: Makefile.svr4,v 1.4 1996/09/26 06:16:18 paulus Exp $
+# $Id: Makefile.svr4,v 1.5 1998/02/04 01:41:47 paulus Exp $
#
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man
-INSTALL = /usr/sbin/install
-
-#CC = gcc
-#COPTS = -O
-
-COPTS = -O -Xa
+include ../svr4/Makedefs
CFLAGS = -DSTREAMS -I.. $(COPTS)