Fix Makefile's
Missing space in man8 Makefile and install bridge command with correct name
This commit is contained in:
parent
d992f3e611
commit
6d10827c79
|
|
@ -7,8 +7,8 @@ all: bridge
|
||||||
bridge: $(BROBJ) $(LIBNETLINK)
|
bridge: $(BROBJ) $(LIBNETLINK)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -m 0755 br $(DESTDIR)$(SBINDIR)
|
install -m 0755 bridge $(DESTDIR)$(SBINDIR)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BROBJ) br
|
rm -f $(BROBJ) bridge
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue