diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | f22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch) | |
tree | 933d73267b162cfaafe154e686904d99798b5fbe /net/zephyr | |
parent | 8d959e6cc33f5fcda3595282f382e63acfe0072e (diff) |
Notes
Diffstat (limited to 'net/zephyr')
-rw-r--r-- | net/zephyr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 2309d1aa0745..39c46086b08a 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -3,7 +3,7 @@ # Date created: 1-Aug-1995 # Whom: pst # -# $Id: Makefile,v 1.6 1996/12/01 01:23:26 obrien Exp $ +# $Id: Makefile,v 1.7 1997/07/10 15:50:55 pst Exp $ # DISTNAME= zephyr-2.0.4 @@ -12,6 +12,7 @@ MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/ MAINTAINER= ports@FreeBSD.org +USE_XLIB= yes .if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) CONFIGURE_ARGS="--with-krb4" .endif |