build: make "make test" work on OpenBSD

This commit is contained in:
Aaron Bieber 2012-04-24 19:09:12 -06:00 committed by Ben Noordhuis
parent b6e3dcc799
commit 109dcb28b2

View File

@ -103,7 +103,7 @@ ifeq (OpenBSD,$(uname_S))
EV_CONFIG=config_openbsd.h
EIO_CONFIG=config_openbsd.h
CPPFLAGS += -Isrc/ares/config_openbsd
LINKFLAGS+=
LINKFLAGS+=-lkvm
OBJS += src/unix/openbsd.o
OBJS += src/unix/kqueue.o
endif