diff options
author | andreas <andreas@FreeBSD.org> | 1998-06-03 14:32:57 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-06-03 14:32:57 +0800 |
commit | aa8f0dd1f6e49494ab7cb250d6b19fbc1d33871c (patch) | |
tree | fbcae086778bd20ac0926f0b0d2dd3b70d33bd88 | |
parent | d60c3f5d56a51da021f01075bd9883531e20a9f1 (diff) | |
download | freebsd-ports-gnome-aa8f0dd1f6e49494ab7cb250d6b19fbc1d33871c.tar.gz freebsd-ports-gnome-aa8f0dd1f6e49494ab7cb250d6b19fbc1d33871c.tar.zst freebsd-ports-gnome-aa8f0dd1f6e49494ab7cb250d6b19fbc1d33871c.zip |
Don't compile with -g as default ...
But leave this note, to remind people, that it's a developer release !
-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 |