summaryrefslogtreecommitdiff
path: root/sysdep/bsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/bsd/Makefile')
-rw-r--r--sysdep/bsd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdep/bsd/Makefile b/sysdep/bsd/Makefile
new file mode 100644
index 00000000..dfa32747
--- /dev/null
+++ b/sysdep/bsd/Makefile
@@ -0,0 +1,6 @@
+src := krt-sock.c
+obj := $(src-o-files)
+$(all-daemon)
+$(conf-y-targets): $(s)krt-sock.Y
+
+tests_objs := $(tests_objs) $(src-o-files)