diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-03 18:41:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-03 18:41:24 +0000 |
commit | 228758662f475a61b9ae4f95b4fa2b910d112a0f (patch) | |
tree | 89af97fc39223c1fd3e255e50736787e50dcf6c8 /lib/libkvm.old | |
parent | 570e744e53b725c62fcaf7d2f8551b4b887c1fd3 (diff) |
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
Diffstat (limited to 'lib/libkvm.old')
-rw-r--r-- | lib/libkvm.old/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm.old/Makefile b/lib/libkvm.old/Makefile index 8c5d6c51e02..aa7926a0b42 100644 --- a/lib/libkvm.old/Makefile +++ b/lib/libkvm.old/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1999/12/01 09:58:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2000/09/03 18:41:13 espie Exp $ # $NetBSD: Makefile,v 1.4 1996/05/13 02:30:20 thorpej Exp $ LIB= kvm @@ -25,6 +25,6 @@ MLINKS+=kvm_read.3 kvm_write.3 .include <bsd.lib.mk> -.if (${UVM} == "yes") +.if (${UVM:L} == "yes") CFLAGS+=-DUVM .endif |