summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-08-20 04:25:20 +0000
committeryar <yar@FreeBSD.org>2006-08-20 04:25:20 +0000
commit82c5db3e416c4ef4585fdc7a1ec860aae08588c7 (patch)
tree2dad7580c9b2d1a7ad7c5b72180dae2351b4179f /usr.bin
parent81450589e79d44c5c1a2df63fc63be5e498b2213 (diff)
downloadFreeBSD-src-82c5db3e416c4ef4585fdc7a1ec860aae08588c7.zip
FreeBSD-src-82c5db3e416c4ef4585fdc7a1ec860aae08588c7.tar.gz
Tell in a comment that the symlinks from /usr/bin are
for compatibility with other OS types, too. Pointed out by: gad
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pkill/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/pkill/Makefile b/usr.bin/pkill/Makefile
index 31f7fc4..51ddc8d 100644
--- a/usr.bin/pkill/Makefile
+++ b/usr.bin/pkill/Makefile
@@ -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
OpenPOWER on IntegriCloud