diff options
| author | 1999-06-22 14:40:50 +0000 | |
|---|---|---|
| committer | 1999-06-22 14:40:50 +0000 | |
| commit | 8d7da0eea79451c15876f00221d105e19f87d06e (patch) | |
| tree | 384d2e14c648e6d429a65b93fb9b0387f7fdc8bc /lib/libkvm | |
| parent | commented-out aeon support (diff) | |
| download | wireguard-openbsd-8d7da0eea79451c15876f00221d105e19f87d06e.tar.xz wireguard-openbsd-8d7da0eea79451c15876f00221d105e19f87d06e.zip | |
do it right this time
Diffstat (limited to 'lib/libkvm')
| -rw-r--r-- | lib/libkvm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/Makefile b/lib/libkvm/Makefile index c8fb215c2da..3b3509c2032 100644 --- a/lib/libkvm/Makefile +++ b/lib/libkvm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1999/06/22 12:54:45 art Exp $ +# $OpenBSD: Makefile,v 1.4 1999/06/22 14:40:50 art Exp $ # $NetBSD: Makefile,v 1.11 1996/03/18 22:33:07 thorpej Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 @@ -27,6 +27,6 @@ MLINKS+=kvm_dump.3 kvm_dump_inval.3 .include <bsd.lib.mk> -.if defined(UVM) +.if (${UVM} == "yes") CFLAGS+=-DUVM -.endif
\ No newline at end of file +.endif |
