Home | History | Annotate | only in /src/external/bsd/ntp/dist/sntp/loc
Up to higher level directory
NameDateSize
darwin07-Apr-2015255
debian07-Apr-2015291
freebsd07-Apr-2015248
legacy07-Apr-2015282
netbsd07-Apr-2015247
README19-Dec-2014741
redhat19-Dec-2014285
solaris07-Apr-2015306

README

      1 If you look at the files here you should be able to figure out what is
      2 being done.
      3 
      4 ../scripts/genLocInfo handles the parsing of these files.
      5 
      6 If no "more specific" file has been found and cvo.sh says the OS is
      7 redhat* or fedora*, we will look for loc/redhat .
      8 
      9 If no "mode specific" file has been found and the "uname" command returns
     10 "Linux", we will look for loc/linux .
     11 
     12 Note that automake has interesting behavior - we build the man pages using
     13 the man_MANS target, but they are actually installed using the empty
     14 manX_MANS= target, which "does the right thing".  This means that we
     15 need to have empty manX_MANS= targets for each possible X, based on
     16 the data in the loc/ files.  For executables, this generally means
     17 sections 1 and 8.
     18