Adding a dependency and the functioning Makefile. - conn - A script repository to manage connections in Linux.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 4eb8c99d759f6568e708df9b3e3dcd4da28f55a0
 (DIR) parent b17499332b034ecde3994bfc5e3cbf110615f7ac
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Mon, 21 Feb 2011 23:30:46 +0100
       
       Adding a dependency and the functioning Makefile.
       
       Diffstat:
         Makefile                            |       2 +-
         README.md                           |       1 +
       
       2 files changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -12,7 +12,7 @@ dist:
                @gzip conn-${VERSION}.tar
                @rm -rf conn-${VERSION}
        
       -install: all
       +install:
                @echo installing conn script to ${DESTDIR}${PREFIX}/bin
                @cp bin/conn ${DESTDIR}${PREFIX}/bin
                @chmod 755 ${DESTDIR}${PREFIX}/bin/conn
 (DIR) diff --git a/README.md b/README.md
       @@ -12,6 +12,7 @@ many different connections in a Unix like environment.
        * awk
        * sed
        * various utilities for specific connection types
       +        * rfkill for wwan
        
        ## Architecture