From 4cbc49a8f1ff5ca246a7c32b353a79aae360e497 Mon Sep 17 00:00:00 2001 From: espie <> Date: Sun, 3 Sep 2000 18:41:13 +0000 Subject: [PATCH] Boring... Add :L modifier to all tweakable variables tests. Closes PR 1246 --- src/include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/Makefile b/src/include/Makefile index d8d90c67..0766609e 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.82 2000/08/20 18:37:19 millert Exp $ +# $OpenBSD: Makefile,v 1.83 2000/09/03 18:41:13 espie Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -59,7 +59,7 @@ NOOBJ= noobj # Change SYS_INCLUDE in bsd.own.mk to "symlinks" if you don't want copies .include SYS_INCLUDE?= copies -.if (${KERBEROS} == "yes") +.if (${KERBEROS:L} == "yes") RDIRS+= ../kerberosIV/lib PRDIRS+=../kerberosIV/lib/kadm ../kerberosIV/lib/krb .endif