blob: 9a6743e5745e06ac986d3ea03101ba7ee9e228d0 [file] [log] [blame]
BROBJ = bridge.o fdb.o monitor.o link.o
include ../Config
all: bridge
bridge: $(BROBJ) $(LIBNETLINK)
install: all
install -m 0755 bridge $(DESTDIR)$(SBINDIR)
clean:
rm -f $(BROBJ) bridge