diff options
author | andreas <andreas@FreeBSD.org> | 1999-07-18 11:42:26 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-07-18 11:42:26 +0000 |
commit | 30616eede5709deede8630d0ec14520cfa339fd0 (patch) | |
tree | 0e232fdd37b8ad0e35613ddbd2851c989b0f92ed /net | |
parent | ae832186fdb2afb650ef165e5f5e5bbf13ea81e7 (diff) | |
download | FreeBSD-ports-30616eede5709deede8630d0ec14520cfa339fd0.zip FreeBSD-ports-30616eede5709deede8630d0ec14520cfa339fd0.tar.gz |
- Improve startup script
- OSPF tested, zebra works well as designated (DR)
and backup designated router (BDR)
- Disable debugging to meet FreeBSD package policy (no debug)
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra-devel/Makefile | 4 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 4 | ||||
-rw-r--r-- | net/zebra/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 6cba387..907c878 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/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.15 1999/07/17 22:14:37 andreas Exp $ +# $Id: Makefile,v 1.16 1999/07/18 10:31:40 andreas Exp $ # 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 diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 6cba387..907c878 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/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.15 1999/07/17 22:14:37 andreas Exp $ +# $Id: Makefile,v 1.16 1999/07/18 10:31:40 andreas Exp $ # 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 diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 6cba387..907c878 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.15 1999/07/17 22:14:37 andreas Exp $ +# $Id: Makefile,v 1.16 1999/07/18 10:31:40 andreas Exp $ # 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 |