]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Convert absolute links to relative links.
authorRodney W. Grimes <rgrimes@FreeBSD.org>
Tue, 7 Mar 2017 05:10:38 +0000 (05:10 +0000)
committerRodney W. Grimes <rgrimes@FreeBSD.org>
Tue, 7 Mar 2017 05:10:38 +0000 (05:10 +0000)
Style.Makefile(9) has been ignored to produce minimal diffs.

Approved by: grehan (mentor)
MFC after: 1 week

chpass/Makefile

index 16974e211d923bdbaa24c4aa14420de8f3301644..266ca5ad1d3dfffa71c0900165c414ae80b2040f 100644 (file)
@@ -22,12 +22,12 @@ LIBADD=     crypt util
 LIBADD+=       ypclnt
 .endif 
 
 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"
 .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
 .endif
 
 MLINKS=        chpass.1 chfn.1 chpass.1 chsh.1