summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-07 21:09:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-07 21:09:32 +0000
commit147b493b30c162de7714dc940ce7ebac9be7498b (patch)
tree96e1e89c8bcd08008ded7fe14666f2f34891c3ab /Makefile
parent5a075baba358ea6f515652565cb48ab070c78721 (diff)
downloadldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar
ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.gz
ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.bz2
ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.xz
ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.zip
adding update-ldetect-lst to take care of directorized pcitable/usbtable/...
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)