From 5b21c81d6870e72629d3b12756e14a60bdc5261b Mon Sep 17 00:00:00 2001 From: anthk Date: Thu, 11 Mar 2021 09:40:02 +0000 Subject: Ajustes olvidados --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 764db87..785f16e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,6 +10,10 @@ ifeq ($(UNAME), FreeBSD) LIBS+=-lkvm endif +ifeq ($(UNAME), OpenBSD) +LIBS+=-lkvm +endif + all:: $(TARGETS) busy: busy.c -- cgit v1.2.3