summaryrefslogtreecommitdiff
path: root/pppstats/Makefile.sol2
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-07-01 01:22:16 +0000
committerPaul Mackerras <paulus@samba.org>1996-07-01 01:22:16 +0000
commit03c8f59d9fd3e0a9483bb093714cf6916db59d83 (patch)
treea1e276f38bdca62ebb7633da17f1c7c9c8e85925 /pppstats/Makefile.sol2
parent2115d4179805e719798ce83482f2cf70d70cabdf (diff)
downloadppp-03c8f59d9fd3e0a9483bb093714cf6916db59d83.tar.gz
define STREAMS for compilation
Diffstat (limited to 'pppstats/Makefile.sol2')
-rw-r--r--pppstats/Makefile.sol24
1 files changed, 2 insertions, 2 deletions
diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2
index 9506710..73cb83c 100644
--- a/pppstats/Makefile.sol2
+++ b/pppstats/Makefile.sol2
@@ -1,6 +1,6 @@
#
# pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.2 1996/04/04 04:09:03 paulus Exp $
+# $Id: Makefile.sol2,v 1.3 1996/07/01 01:22:16 paulus Exp $
#
BINDIR = /usr/local/bin
@@ -12,7 +12,7 @@ INSTALL = /usr/sbin/install
#COPTS = -g -O
# For sun c
-COPTS = -g -Xa -w -D__svr4__
+COPTS = -g -Xa -DSTREAMS
CFLAGS = -I.. $(COPTS)