]> git.ipfire.org Git - thirdparty/bird.git/blame - client/Makefile
Doc: Update sgml2* tools
[thirdparty/bird.git] / client / Makefile
CommitLineData
a5e9f3d2 1source=commands.c util.c client.c
ed608150
MM
2root-rel=../
3dir-name=client
4
d2c392d4
OZ
5clients := $(client) birdcl
6
7source-dep := $(source) $(addsuffix .c,$(clients))
8
9subdir: $(addsuffix .o,$(clients))
10
ed608150 11include ../Rules