diff options
-rw-r--r-- | net/zebra-devel/Makefile | 5 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 5 | ||||
-rw-r--r-- | net/zebra/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 9d5a4225c871..26c71c29c6b5 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/Makefile @@ -3,13 +3,14 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.2 1998/05/31 17:45:42 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/03 06:30:49 andreas Exp $ # DISTNAME= zebra-980401 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ -CFLAGS+= -g +# you might need debugging, it's a developer release ! +#CFLAGS+= -g MAINTAINER= andreas@FreeBSD.org diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 9d5a4225c871..26c71c29c6b5 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -3,13 +3,14 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.2 1998/05/31 17:45:42 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/03 06:30:49 andreas Exp $ # DISTNAME= zebra-980401 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ -CFLAGS+= -g +# you might need debugging, it's a developer release ! +#CFLAGS+= -g MAINTAINER= andreas@FreeBSD.org diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 9d5a4225c871..26c71c29c6b5 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,13 +3,14 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.2 1998/05/31 17:45:42 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/03 06:30:49 andreas Exp $ # DISTNAME= zebra-980401 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ -CFLAGS+= -g +# you might need debugging, it's a developer release ! +#CFLAGS+= -g MAINTAINER= andreas@FreeBSD.org |