define STREAMS for compilation

This commit is contained in:
Paul Mackerras 1996-07-01 01:22:16 +00:00
parent 2115d41798
commit 03c8f59d9f
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
#
# pppstats Makefile for SVR4 systems
# $Id: Makefile.svr4,v 1.1 1995/06/01 02:11:46 paulus Exp $
# $Id: Makefile.svr4,v 1.2 1996/07/01 01:22:16 paulus Exp $
#
BINDIR = /usr/local/bin
@ -9,7 +9,7 @@ INSTALL = /usr/sbin/install
CC = gcc
COPTS = -g -O
CFLAGS = -I.. $(COPTS)
CFLAGS = -I.. $(COPTS) -DSTREAMS
all: pppstats