diff options
Diffstat (limited to 'net/zephyr/Makefile')
-rw-r--r-- | net/zephyr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 88ef28784611..2309d1aa0745 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -3,14 +3,14 @@ # Date created: 1-Aug-1995 # Whom: pst # -# $Id: Makefile,v 1.5 1996/11/18 14:09:56 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:23:26 obrien Exp $ # DISTNAME= zephyr-2.0.4 CATEGORIES= net MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/ -MAINTAINER= pst@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) CONFIGURE_ARGS="--with-krb4" |