NetBSD/bin/ln
kre 3f471a638f When called as "link" (not currently installed that way) always simply
do a link(2) sys call, never use the internal linkit() routine, which
allows for a destination directory and installs the link inside (and more.)

This makes ln's "link" variant comply with its (currently commented out)
section if its manual page, and also makes it identical to /usr/sbin/link.
2017-04-22 12:22:31 +00:00
..
Makefile
ln.1
ln.c When called as "link" (not currently installed that way) always simply 2017-04-22 12:22:31 +00:00