diff options
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'')" ; \ |