summaryrefslogtreecommitdiff
path: root/net/zebra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r--net/zebra/Makefile5
1 files changed, 3 insertions, 2 deletions
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