blob: 0c333bf7d922e683c761d9ce7ec69035eb07d014 [file] [log] [blame]
Stephen Hemmingerd04bc302012-08-01 15:23:49 -07001BROBJ = bridge.o fdb.o monitor.o link.o
2
3include ../Config
4
5all: bridge
6
7bridge: $(BROBJ) $(LIBNETLINK)
8
9install: all
10 install -m 0755 br $(DESTDIR)$(SBINDIR)
11
12clean:
13 rm -f $(BROBJ) br
14