File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird2 / client / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 21 16:03:56 2019 UTC (5 years ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>