diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-17 22:14:37 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-17 22:14:37 +0000 |
commit | 4595bf80df312349b8f74ce38f97b282881d0540 (patch) | |
tree | f1db69a4e6cca8918d8b1114d484232136cd9b7d /net/zebra/Makefile | |
parent | Upgrade to 0.29. (diff) |
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 |