diff options
author | andreas <andreas@FreeBSD.org> | 1999-07-18 06:14:37 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-07-18 06:14:37 +0800 |
commit | 962f4210084a8380394f8084de236b467e503382 (patch) | |
tree | 0744b8f44222322585f6e1768b4481c7f5dc30ca /net/zebra/Makefile | |
parent | 9fa32457e1de9907f1ff955ab08a6c0b4860af76 (diff) | |
download | freebsd-ports-gnome-962f4210084a8380394f8084de236b467e503382.tar.gz freebsd-ports-gnome-962f4210084a8380394f8084de236b467e503382.tar.zst freebsd-ports-gnome-962f4210084a8380394f8084de236b467e503382.zip |
Update zebra to 0.73.
New beta, many bugfixes...
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index af2310aae0e6..a91b7c0117da 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,14 +3,14 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.13 1999/05/09 18:24:05 itojun Exp $ +# $Id: Makefile,v 1.14 1999/06/19 10:21:01 andreas Exp $ # -DISTNAME= zebra-0.68 +DISTNAME= zebra-0.73 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! -#CFLAGS+= -g +CFLAGS+= -g MAINTAINER= andreas@FreeBSD.ORG |