diff options
Diffstat (limited to 'net/zephyr')
-rw-r--r-- | net/zephyr/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 574807f3f86..c13bd5d832b 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.9 1998/05/10 10:30:14 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/03 13:16:57 agc Exp $ # DISTNAME= zephyr-2.0.4 -CATEGORIES= athena +CATEGORIES= net athena MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/ MAINTAINER= mycroft@NetBSD.ORG -.if exists(/etc/mk.conf) -.include </etc/mk.conf> -.endif +.include "../../mk/bsd.prefs.mk" + .if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) CONFIGURE_ARGS+="--with-krb4" CONFIGURE_ENV+=CPPFLAGS=-I/usr/include/kerberosIV |