diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-14 15:09:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-14 15:09:23 +0000 |
commit | 8b38ae039d55b86f25819b8dda992e1961b9dfcc (patch) | |
tree | 6b67ca89fff0176ecdfe979d55977f514c71d71f /lst/Makefile | |
parent | a6d2425fddd72d74fe3a212fa3456bc78fd869d8 (diff) | |
download | ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.tar ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.tar.gz ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.tar.bz2 ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.tar.xz ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.zip |
add dmitable
Diffstat (limited to 'lst/Makefile')
-rw-r--r-- | lst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/Makefile b/lst/Makefile index 87cc3b59..f5623373 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -4,7 +4,7 @@ ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) TABLES1 = pcitable usbtable -TABLES2 = isatable pcmciatable +TABLES2 = isatable pcmciatable dmitable TABLES3 = ScannerDB.gz TABLES4 = scannerconfigs TABLES = $(TABLES1) $(TABLES2) |