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