Annotation of embedaddon/bird2/client/Makefile, revision 1.1.1.1

1.1       misho       1: src := commands.c util.c client.c
                      2: obj := $(src-o-files)
                      3: 
                      4: $(all-client)
                      5: $(conf-y-targets): $(s)cmds.Y
                      6: 
                      7: $(exedir)/birdc: $(o)birdc.o
                      8: $(exedir)/birdc: LIBS += $(CLIENT_LIBS)
                      9: 
                     10: $(exedir)/birdcl: $(o)birdcl.o

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