summaryrefslogtreecommitdiff
path: root/pppstats/Makefile.sol2
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-04-04 04:09:03 +0000
committerPaul Mackerras <paulus@samba.org>1996-04-04 04:09:03 +0000
commitc20151f2256e0ffc413bfb54b9ceaee93c0f8156 (patch)
tree8c1be94179cd8aafde727280b29671d154cd54c2 /pppstats/Makefile.sol2
parent180cae5bdf14b18322742e60ff5cda13651a8d05 (diff)
downloadppp-c20151f2256e0ffc413bfb54b9ceaee93c0f8156.tar.gz
compiler flags for using sun C
Diffstat (limited to 'pppstats/Makefile.sol2')
-rw-r--r--pppstats/Makefile.sol211
1 files changed, 8 insertions, 3 deletions
diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2
index 5acbd5d..9506710 100644
--- a/pppstats/Makefile.sol2
+++ b/pppstats/Makefile.sol2
@@ -1,14 +1,19 @@
#
# pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.1 1995/10/27 03:54:26 paulus Exp $
+# $Id: Makefile.sol2,v 1.2 1996/04/04 04:09:03 paulus Exp $
#
BINDIR = /usr/local/bin
MANDIR = /usr/local/man
INSTALL = /usr/sbin/install
-CC = gcc
-COPTS = -g -O
+# For gcc
+#CC = gcc
+#COPTS = -g -O
+
+# For sun c
+COPTS = -g -Xa -w -D__svr4__
+
CFLAGS = -I.. $(COPTS)
all: pppstats