Index of /archives/NetBSD/NetBSD-release-10/src/external/bsd/ntp/dist/sntp/loc
Name Last modified Size Description
Parent Directory -
README 2014-12-20 05:37 741
solaris 2015-04-08 01:49 306
debian 2015-04-08 01:49 291
redhat 2014-12-20 05:37 285
legacy 2015-04-08 01:49 282
darwin 2015-04-08 01:49 255
freebsd 2015-04-08 01:49 248
netbsd 2015-04-08 01:49 247
CVS/ 2022-12-18 05:32 -
If you look at the files here you should be able to figure out what is
being done.
../scripts/genLocInfo handles the parsing of these files.
If no "more specific" file has been found and cvo.sh says the OS is
redhat* or fedora*, we will look for loc/redhat .
If no "mode specific" file has been found and the "uname" command returns
"Linux", we will look for loc/linux .
Note that automake has interesting behavior - we build the man pages using
the man_MANS target, but they are actually installed using the empty
manX_MANS= target, which "does the right thing". This means that we
need to have empty manX_MANS= targets for each possible X, based on
the data in the loc/ files. For executables, this generally means
sections 1 and 8.