summaryrefslogtreecommitdiff
path: root/sysdep/unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/Makefile')
-rw-r--r--sysdep/unix/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile
index c5d55431..f592399c 100644
--- a/sysdep/unix/Makefile
+++ b/sysdep/unix/Makefile
@@ -3,3 +3,6 @@ obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(conf-y-targets): $(s)krt.Y
+
+src := $(filter-out main.c, $(src))
+tests_objs := $(tests_objs) $(src-o-files)