diff options
author | mycroft <mycroft> | 1998-05-10 10:15:06 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-05-10 10:15:06 +0000 |
commit | 7a952f9796a24c5d036e2e8e847e59d58036eb00 (patch) | |
tree | 2efd77029ecbda229b397e36f9f4db1704df1c83 | |
parent | b846227c9020c1c7b786a2a9803faf4446d12f6a (diff) | |
download | pkgsrc-7a952f9796a24c5d036e2e8e847e59d58036eb00.tar.gz |
We need mk.conf for MAKE_EBONES/MAKE_KERBEROS4.
-rw-r--r-- | mail/fetchmail/Makefile | 3 | ||||
-rw-r--r-- | net/zephyr/Makefile | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d2de289e068..93f51e9b5ab 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:31 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/05/10 10:15:40 mycroft Exp $ # $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp # @@ -12,6 +12,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 +.include </etc/mk.conf> .if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) CONFIGURE_ARGS += --with-kerberos=/usr .endif diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 146f2496f33..d40390aaa43 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:41 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/10 10:15:06 mycroft Exp $ # DISTNAME= zephyr-2.0.4 @@ -7,11 +7,9 @@ MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/ MAINTAINER= mycroft@NetBSD.ORG -.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) +.include </etc/mk.conf> +.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) CONFIGURE_ARGS+="--with-krb4" -.endif - -.if exists(/usr/include/kerberosIV) CONFIGURE_ENV+=CPPFLAGS=-I/usr/include/kerberosIV .endif |