summaryrefslogtreecommitdiff
path: root/net/zephyr
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-03 13:16:56 +0000
committeragc <agc@pkgsrc.org>1998-06-03 13:16:56 +0000
commitd1ee46230de77d179dafde6c079b53e04468a376 (patch)
tree99ee74dce2d117da0e6777a498e66b443e74e9ad /net/zephyr
parenteab89324a5a3eca6d76112f570109f571d3378c8 (diff)
downloadpkgsrc-d1ee46230de77d179dafde6c079b53e04468a376.tar.gz
Include bsd.prefs.mk so that variables can be set in /etc/mk.conf
Diffstat (limited to 'net/zephyr')
-rw-r--r--net/zephyr/Makefile9
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