hosts-gen

A little framework to generate /etc/hosts from /etc/hosts.d.
git clone git://r-36.net/hosts-gen
Log | Files | Refs | README | LICENSE

config.mk (125B)


      1 # hosts-gen version
      2 VERSION = 0.9
      3 
      4 # Customize below to fit your system
      5 
      6 # paths
      7 PREFIX = /
      8 MANPREFIX = ${PREFIX}/share/man
      9