From f965cea7b39710d8e0209310bf07d6cbfa8fe002 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 20 Sep 2021 16:32:59 -0400 Subject: Replace kqueue with poll, remove libutil dependency This makes the server much more portable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbc2757..9a8ae76 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CHROOT_GROUP = ${CHROOT_USER} CFLAGS += -std=c11 -Wall -Wextra -Wpedantic LDFLAGS = -static -LDLIBS = -lcursesw -lutil -lz +LDLIBS = -lcursesw -lz -include config.mk -- cgit 1.4.1