mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 18:21:54 +00:00
6 lines
135 B
Makefile
6 lines
135 B
Makefile
src := io.c krt.c log.c main.c random.c mkrt.c
|
|
obj := $(src-o-files)
|
|
$(all-daemon)
|
|
$(cf-local)
|
|
$(conf-y-targets): $(s)krt.Y $(s)mkrt.Y
|