summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5df9bef6..ea16ed6c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,9 @@ clean:
make -C lst clean
install: build
- install -d $(bindir) $(dir)
+ install -d $(bindir) $(sbindir) $(dir)
make -C lst install
+ install update-ldetect-lst $(sbindir)
install convert/merge2pcitable.pl $(bindir)
rpm: clean $(RPM)