bde 9c2168a7db Removed all traces of LN_FLAGS. It was only used to produce a link
/usr/sbin/sysctl -> ${DESTDIR}/sbin/sysctl in some versions of 2.2,
and this link was broken if DESTDIR was set.

Added a SYMLINKS macro.  This works the same as LINKS, except it
creates symlinks and the linked-to pathname may be relative.  This
is more flexible than LN_FLAGS, since it supports installing
symlinks independently of hard links.

Use `ln -f[s] ...' instead of `rm -f ...; ln [-s] ...' for LINKS and
SYMLINKS.  This is equivalent if the target is neither a directory nor
a symlink to a directory.

PR:		8279
1999-03-23 03:06:25 +00:00
..
1999-02-12 12:44:19 +00:00
1999-03-22 19:58:59 +00:00
1999-03-11 18:50:39 +00:00
1999-03-13 13:20:59 +00:00
1999-03-21 21:53:09 +00:00
1999-03-14 20:43:09 +00:00
1999-03-21 23:37:00 +00:00