summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-10-21 21:08:01 +0000
committerBill Nottingham <notting@redhat.com>2004-10-21 21:08:01 +0000
commitf88dfe40466ed949052fae52587dd100259f8c06 (patch)
tree553f1fd7ef911463a919389771451d40e7368383 /utils/Makefile
parent9e6b9e68829f6e77dd8905f0802bdb31ca56bcbf (diff)
downloadanaconda-f88dfe40466ed949052fae52587dd100259f8c06.tar.gz
anaconda-f88dfe40466ed949052fae52587dd100259f8c06.tar.xz
anaconda-f88dfe40466ed949052fae52587dd100259f8c06.zip
add pciid trimming here
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index f9727c5ea..d8dba43ab 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -51,6 +51,7 @@ install: all
install -m755 genhdlist $(DESTDIR)/$(RUNTIMEDIR)
install -m755 trimpcitable $(DESTDIR)/$(RUNTIMEDIR)
install -m755 trimmodmap $(DESTDIR)/$(RUNTIMEDIR)
+ install -m755 trimpciids $(DESTDIR)/$(RUNTIMEDIR)
install -m755 trimusbmap $(DESTDIR)/$(RUNTIMEDIR)
install -m755 moddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR)