Annotation of embedaddon/bird/client/Makefile, revision 1.1

1.1     ! misho       1: source=commands.c util.c client.c
        !             2: root-rel=../
        !             3: dir-name=client
        !             4: 
        !             5: clients := $(client) birdcl
        !             6: 
        !             7: source-dep := $(source) $(addsuffix .c,$(clients))
        !             8: 
        !             9: subdir: $(addsuffix .o,$(clients))
        !            10: 
        !            11: include ../Rules

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