conn

A script repository to manage connections in Linux.
git clone git://r-36.net/conn
Log | Files | Refs | README | LICENSE

config.mk (124B)


      1 # conn version
      2 VERSION = 0.6
      3 
      4 # Customize below to fit your system
      5 
      6 # paths
      7 PREFIX ?= /usr
      8 MANPREFIX = ${PREFIX}/share/man
      9