2016-04-12 11:14:54 +02:00
|
|
|
src := commands.c util.c client.c
|
|
|
|
|
obj := $(src-o-files)
|
1999-10-29 09:44:44 +00:00
|
|
|
|
2016-04-12 11:14:54 +02:00
|
|
|
$(all-client)
|
2019-02-11 15:27:47 +01:00
|
|
|
$(conf-y-targets): $(s)cmds.Y
|
2013-04-19 13:59:08 +02:00
|
|
|
|
2016-04-12 11:14:54 +02:00
|
|
|
$(exedir)/birdc: $(o)birdc.o
|
|
|
|
|
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)
|
2013-04-19 13:59:08 +02:00
|
|
|
|
2016-04-12 11:14:54 +02:00
|
|
|
$(exedir)/birdcl: $(o)birdcl.o
|