aboutsummaryrefslogtreecommitdiffstats
path: root/client/Makefile
blob: 4f972815eb89971434086ef83c6b037e34c7fe7d (plain)
1
2
3
4
5
6
7
8
9
10
src := commands.c util.c client.c
obj := $(src-o-files)

$(all-client)
$(conf-y-targets): $(s)cmds.Y

$(exedir)/birdc: $(o)birdc.o
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)

$(exedir)/birdcl: $(o)birdcl.o