diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-06-03 06:30:50 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-06-03 06:30:50 +0000 |
commit | 7fbebe307994e714a68c232dfe93e605bca44795 (patch) | |
tree | ebf3837d850fc4c66aca5bb2facd1dc32a4462b0 /net/zebra/Makefile | |
parent | 12fcdea9b87bfbc39fc3f435264351c8a391da8f (diff) |
Notes
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index a4ae4bc62edb..9d5a4225c871 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,12 +3,13 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1998/05/31 09:25:50 andreas Exp $ +# $Id: Makefile,v 1.2 1998/05/31 17:45:42 andreas Exp $ # DISTNAME= zebra-980401 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ +CFLAGS+= -g MAINTAINER= andreas@FreeBSD.org |