From: Pavel Tvrdik Date: Wed, 1 Jun 2016 14:35:43 +0000 (+0200) Subject: BGPSec: update Makefile in proto/bgp/bgpsec/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3bb055cc5c81648c70f59f872d2caf40fd74883;p=thirdparty%2Fbird.git BGPSec: update Makefile in proto/bgp/bgpsec/ --- diff --git a/proto/bgp/bgpsec/Makefile b/proto/bgp/bgpsec/Makefile index fdd923cad..17116fb75 100644 --- a/proto/bgp/bgpsec/Makefile +++ b/proto/bgp/bgpsec/Makefile @@ -1,8 +1,7 @@ -source=validate.c -root-rel=../../../ -dir-name=proto/bgp/bgpsec - -include ../../../Rules +src := validate.c +obj := $(src-o-files) +$(all-daemon) +$(cf-local) validate_tmp.o: ../../../../proto/bgp/bgpsec/validate.c gcc -c $(CFLAGS) -DLOG_TO_STDERR -o $@ $<