summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--net/zephyr/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 93f51e9b5ab..b8689acde4d 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/05/10 10:15:40 mycroft Exp $
+# $NetBSD: Makefile,v 1.7 1998/05/10 10:30:15 mycroft Exp $
# $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp
#
@@ -12,7 +12,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
MAN1= fetchmail.1
+.if exists(/etc/mk.conf)
.include </etc/mk.conf>
+.endif
.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 d40390aaa43..574807f3f86 100644
--- a/net/zephyr/Makefile
+++ b/net/zephyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/05/10 10:15:06 mycroft Exp $
+# $NetBSD: Makefile,v 1.9 1998/05/10 10:30:14 mycroft Exp $
#
DISTNAME= zephyr-2.0.4
@@ -7,7 +7,9 @@ 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
.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
CONFIGURE_ARGS+="--with-krb4"
CONFIGURE_ENV+=CPPFLAGS=-I/usr/include/kerberosIV