aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-08-18 18:32:33 +0200
committerMaria Matejka <mq@ucw.cz>2022-08-18 22:07:30 +0200
commitdc28c6ed1c6643ec19d2e8f94f92955f58c357a7 (patch)
treeee7320d1722e61f19645410b66841d0133e2ddda /sysdep
parentbc4ad83dacb07ad6bb454b75d78daa2f9c953088 (diff)
downloadbird-dc28c6ed1c6643ec19d2e8f94f92955f58c357a7.tar.gz
Simplified the protocol hookup code in Makefiles
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile
index 51ab98a9..d0d36b5f 100644
--- a/sysdep/unix/Makefile
+++ b/sysdep/unix/Makefile
@@ -2,8 +2,6 @@ src := alloc.c io.c krt.c log.c main.c random.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
-$(call proto-build,kif_build)
-$(call proto-build,krt_build)
$(conf-y-targets): $(s)krt.Y
src := $(filter-out main.c, $(src))