Tell in a comment that the symlinks from /usr/bin are

for compatibility with other OS types, too.

Pointed out by:		gad
This commit is contained in:
Yaroslav Tykhiy 2006-08-20 04:25:20 +00:00
parent 29ddc19bbf
commit 6c43fb6f9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161463

View File

@ -12,6 +12,11 @@ LDADD= -lkvm
LINKS= ${BINDIR}/pkill ${BINDIR}/pgrep
MLINKS= pkill.1 pgrep.1
#
# If considering retirement of these compatibility symlinks,
# keep in mind that pkill is installed to /usr/bin in other
# OS types, e.g., NetBSD, OpenBSD, Solaris, and Linux.
#
SYMLINKS= ${BINDIR}/pkill /usr/bin/pkill
SYMLINKS+= ${BINDIR}/pgrep /usr/bin/pgrep