X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=svr4%2FMakefile.sol2;h=480b512b29c022702671a94cf6f9997f426a2159;hp=bfc9f47f1a6cfc035895a28c8a499b459b84ebe5;hb=7f5ffc23483f75a14f6db53df479518ca793ff23;hpb=04f24b46133209c1341d1497a2d0869ad45e8c65 diff --git a/svr4/Makefile.sol2 b/svr4/Makefile.sol2 index bfc9f47..480b512 100644 --- a/svr4/Makefile.sol2 +++ b/svr4/Makefile.sol2 @@ -1,10 +1,16 @@ # # Makefile for STREAMS modules for Solaris 2. # -# $Id: Makefile.sol2,v 1.7 1996/07/01 01:24:07 paulus Exp $ +# $Id: Makefile.sol2,v 1.9 1996/09/26 06:17:52 paulus Exp $ # -CFLAGS= -D_KERNEL -DSVR4 -DSOL2 -I.. -O -Xa -w -DDEBUG +COPTS = -O -Xa -w + +# If you prefer to use gcc... +#CC = gcc +#COPTS = -O2 + +CFLAGS= -D_KERNEL -DSVR4 -DSOL2 -I.. $(COPTS) all: ppp ppp_ahdl ppp_comp