diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-05-19 22:32:51 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-05-19 22:32:51 +0000 |
commit | bc427d57de887b3d73962b099643f1cee9e207c9 (patch) | |
tree | 61ab2688b3ff69d224aca4c5bc0deaf917f8fa3f /lst/Makefile | |
parent | 76a25312e99d2b7a6c216d8f29574264a43fa638 (diff) | |
download | ldetect-lst-bc427d57de887b3d73962b099643f1cee9e207c9.tar ldetect-lst-bc427d57de887b3d73962b099643f1cee9e207c9.tar.gz ldetect-lst-bc427d57de887b3d73962b099643f1cee9e207c9.tar.bz2 ldetect-lst-bc427d57de887b3d73962b099643f1cee9e207c9.tar.xz ldetect-lst-bc427d57de887b3d73962b099643f1cee9e207c9.zip |
added pcmciatable (merge with HardDrake)
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 3287f310..143b27fd 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -13,7 +13,7 @@ CardsNames: Cards+ ../convert/Cards2CardsNames.pl install: - for i in pcitable usbtable; do \ + for i in 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'')" ; \ |