summaryrefslogtreecommitdiffstats
path: root/chpass/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
commit16be8ac31e14e7fe395b84aaf06dcb470734980b (patch)
treee26bd90ccebfe8b92e9d4bb31cbaeae8ddf4a3a7 /chpass/Makefile
parent6c3bf245a1f6262fec55df02180ce4243db767b3 (diff)
downloadpw-darwin-16be8ac31e14e7fe395b84aaf06dcb470734980b.tar.gz
pw-darwin-16be8ac31e14e7fe395b84aaf06dcb470734980b.tar.zst
pw-darwin-16be8ac31e14e7fe395b84aaf06dcb470734980b.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
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 16974e2..266ca5a 100644
--- a/chpass/Makefile
+++ b/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