summaryrefslogtreecommitdiff
path: root/openbsd.mk
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-05-12 22:55:43 +0200
committerAlbert Cervin <albert@acervin.com>2024-05-12 22:55:43 +0200
commit9a4e99b436efefa00277d592ff67798eb491e87a (patch)
tree3603646adf972cd252772b7b2832ca72fcdcaa4b /openbsd.mk
parent1e7e71d151bac48f150b4edb4bfa3f1ac4e80f44 (diff)
downloaddged-9a4e99b436efefa00277d592ff67798eb491e87a.tar.gz
dged-9a4e99b436efefa00277d592ff67798eb491e87a.tar.xz
dged-9a4e99b436efefa00277d592ff67798eb491e87a.zip
Improve API docs and configure system
There is now a super minimalistic configure script that automatically detects the event system (epoll/kqueue) and generates a config.h and a config.mk.
Diffstat (limited to 'openbsd.mk')
-rw-r--r--openbsd.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsd.mk b/openbsd.mk
index 59e6ed2..1b1ca61 100644
--- a/openbsd.mk
+++ b/openbsd.mk
@@ -1,4 +1 @@
-CFLAGS += -DOPENBSD -DBSD
-
-PLATFORM_SOURCES += src/dged/reactor-kqueue.c
FORMAT_TOOL = clang-format-13