diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-05-20 15:32:57 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-05-20 15:32:57 +0000 |
commit | 4223a49778063b9c4a8a90c4f9ff3fb9069bf2ef (patch) | |
tree | f95997b5da110bd63c6f633e6cbe9e2c545ce4b5 /lst/Makefile | |
parent | bc427d57de887b3d73962b099643f1cee9e207c9 (diff) | |
download | ldetect-lst-4223a49778063b9c4a8a90c4f9ff3fb9069bf2ef.tar ldetect-lst-4223a49778063b9c4a8a90c4f9ff3fb9069bf2ef.tar.gz ldetect-lst-4223a49778063b9c4a8a90c4f9ff3fb9069bf2ef.tar.bz2 ldetect-lst-4223a49778063b9c4a8a90c4f9ff3fb9069bf2ef.tar.xz ldetect-lst-4223a49778063b9c4a8a90c4f9ff3fb9069bf2ef.zip |
moved isatable here from detect to have a unified database
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 143b27fd..7839ed41 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -13,7 +13,7 @@ CardsNames: Cards+ ../convert/Cards2CardsNames.pl install: - for i in pcitable pcmciatable usbtable; do \ + for i in isatable pcitable pcmciatable usbtable; do \ (echo "# !! The original version is available in CVS at" ; \ echo "# export CVSROOT=:pserver:anoncvs@cvs.mandrakesoft.com:/home/cvs/cooker" ; \ echo "# cvs login (password \`\`cvs'')" ; \ |