summaryrefslogtreecommitdiffstats
path: root/bgpd/Makefile
blob: b8664a8e23de82cd5a11d5b147e09f4a330b16af (plain)
1
2
3
4
5
6
7
8
9
10
all: ALWAYS
	@$(MAKE) -s -C .. bgpd/bgpd
%: ALWAYS
	@$(MAKE) -s -C .. bgpd/$@

Makefile:
	#nothing
ALWAYS:
.PHONY: ALWAYS makefiles
.SUFFIXES: