aboutsummaryrefslogtreecommitdiff
path: root/bin/pkill/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2017-03-07 05:10:38 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2017-03-07 05:10:38 +0000
commitce9f2d31b3746d273d14d8cdb28837847f8b867d (patch)
treee7b2919c8473ab6304f935cbfedad159165eb330 /bin/pkill/Makefile
parentef1d40da16ce358605ad999b64dd15a924f96e57 (diff)
downloadsrc-ce9f2d31b3746d273d14d8cdb28837847f8b867d.tar.gz
src-ce9f2d31b3746d273d14d8cdb28837847f8b867d.zip
Convert absolute links to relative links.
Style.Makefile(9) has been ignored to produce minimal diffs. Approved by: grehan (mentor) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=314833
Diffstat (limited to 'bin/pkill/Makefile')
-rw-r--r--bin/pkill/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pkill/Makefile b/bin/pkill/Makefile
index 2eb3edea4cb2..302ac66e2b85 100644
--- a/bin/pkill/Makefile
+++ b/bin/pkill/Makefile
@@ -16,8 +16,8 @@ MLINKS= pkill.1 pgrep.1
# 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
+SYMLINKS= ../..${BINDIR}/pkill /usr/bin/pkill
+SYMLINKS+= ../..${BINDIR}/pgrep /usr/bin/pgrep
.if ${MK_TESTS} != "no"
SUBDIR+= tests