]> git.proxmox.com Git - mirror_iproute2.git/blob - bridge/Makefile
Fix Makefile's
[mirror_iproute2.git] / bridge / Makefile
1 BROBJ = bridge.o fdb.o monitor.o link.o
2
3 include ../Config
4
5 all: bridge
6
7 bridge: $(BROBJ) $(LIBNETLINK)
8
9 install: all
10 install -m 0755 bridge $(DESTDIR)$(SBINDIR)
11
12 clean:
13 rm -f $(BROBJ) bridge
14