summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2011-07-20 12:02:57 +0200
committerStephen Hemminger <shemminger@vyatta.com>2011-07-20 15:41:23 -0700
commit1edafa40a404d41f09c32fd601438c4a88298c54 (patch)
treee17789c49d2c63e4bd56df891f7dc614309f7616
parent968d3d40984d0279bce51259ce0e969adc7bda79 (diff)
downloadrstp-1edafa40a404d41f09c32fd601438c4a88298c54.tar.gz
Makefile: also install bridge-stp
/sbin/bridge-stp is needed as helper to use userspace (R)STP Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7da92b3..3e04bea 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ install: all
install -m 755 -d $(INSTALLPREFIX)/sbin
install -m 755 rstpd $(INSTALLPREFIX)/sbin
install -m 755 rstpctl $(INSTALLPREFIX)/sbin
+ install -m 755 bridge-stp $(INSTALLPREFIX)/sbin
install -m 755 -d $(INSTALLPREFIX)/usr/share/man/man8
install -m 644 rstpd.8 $(INSTALLPREFIX)/usr/share/man/man8
install -m 644 rstpctl.8 $(INSTALLPREFIX)/usr/share/man/man8