aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/chpass/Makefile10
-rw-r--r--usr.bin/passwd/Makefile2
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 16974e211d92..266ca5ad1d3d 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -22,12 +22,12 @@ LIBADD= crypt util
LIBADD+= ypclnt
.endif
-SYMLINKS= ${BINDIR}/chpass ${BINDIR}/chfn
-SYMLINKS+= ${BINDIR}/chpass ${BINDIR}/chsh
+SYMLINKS= chpass ${BINDIR}/chfn
+SYMLINKS+= chpass ${BINDIR}/chsh
.if ${MK_NIS} != "no"
-SYMLINKS+= ${BINDIR}/chpass ${BINDIR}/ypchpass
-SYMLINKS+= ${BINDIR}/chpass ${BINDIR}/ypchfn
-SYMLINKS+= ${BINDIR}/chpass ${BINDIR}/ypchsh
+SYMLINKS+= chpass ${BINDIR}/ypchfn
+SYMLINKS+= chpass ${BINDIR}/ypchpass
+SYMLINKS+= chpass ${BINDIR}/ypchsh
.endif
MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index fac1bb105809..1ec051fb3b36 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -9,7 +9,7 @@ BINMODE = 4555
PRECIOUSPROG=
LIBADD = pam
.if ${MK_NIS} != "no"
-SYMLINKS = ${BINDIR}/passwd ${BINDIR}/yppasswd
+SYMLINKS = passwd ${BINDIR}/yppasswd
MLINKS = passwd.1 yppasswd.1
.endif