diff options
Diffstat (limited to 'net/balance/files/patch-Makefile')
-rw-r--r-- | net/balance/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/balance/files/patch-Makefile b/net/balance/files/patch-Makefile index a0f395c3b74a..235771157102 100644 --- a/net/balance/files/patch-Makefile +++ b/net/balance/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile.orig Tue Oct 2 09:53:26 2001 -+++ Makefile Tue Oct 2 09:53:52 2001 +--- Makefile.orig Mon Jan 27 09:26:14 2003 ++++ Makefile Mon Jan 27 09:26:21 2003 @@ -1,12 +1,12 @@ - # $Id: Makefile,v 1.20 2001/09/15 22:30:46 tommy Exp $ + # $Id: Makefile,v 1.3 2002/10/11 20:01:12 tommy Exp tommy $ #CFLAGS=-g -I. -CFLAGS=-O @@ -12,6 +12,6 @@ -CC=gcc +#CC=gcc - RELEASE=2.33 + RELEASE=3.6 - balance: balance.c + balance: balance.c butils.o balance.h |