summaryrefslogtreecommitdiff
path: root/net/zephyr
diff options
context:
space:
mode:
authormycroft <mycroft>1998-05-10 10:30:14 +0000
committermycroft <mycroft>1998-05-10 10:30:14 +0000
commit7b2a4d13fe8016bca3f388d69ec66522a75930f6 (patch)
treef2cb345590a15c6162c99d73cdfe781a973c9887 /net/zephyr
parent6da680fa153e7691c378b959cf21db78ef6c9849 (diff)
downloadpkgsrc-7b2a4d13fe8016bca3f388d69ec66522a75930f6.tar.gz
Check for existance of mk.conf, first.
Diffstat (limited to 'net/zephyr')
-rw-r--r--net/zephyr/Makefile4
1 files changed, 3 insertions, 1 deletions
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