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:
parent
29ddc19bbf
commit
6c43fb6f9e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user