From f537c05412dd6a2f2ec6eb18def0eb9bdf9b7f1a Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 3 May 1999 23:39:22 +0000 Subject: Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled. --- mail/nmh/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/nmh/Makefile') diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 0acd4f7c517..28e050b4dfc 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/03/07 01:16:25 kim Exp $ +# $NetBSD: Makefile,v 1.26 1999/05/03 23:39:22 tv Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -35,8 +35,9 @@ CONFIGURE_ARGS+= --with-editor=${NMH_EDITOR} CONFIGURE_ARGS+= --with-pager=${NMH_PAGER} .endif -.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) -CONFIGURE_ARGS+= --with-krb4=yes +.if defined(USE_KERBEROS4) +CONFIGURE_ARGS+=--with-krb4=yes +RESTRICTED= uses Kerberos encryption code .endif DOCDIR= share/doc/nmh -- cgit v1.2.3