diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2017-03-07 05:10:38 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2017-03-07 05:10:38 +0000 |
| commit | ce9f2d31b3746d273d14d8cdb28837847f8b867d (patch) | |
| tree | e7b2919c8473ab6304f935cbfedad159165eb330 /usr.bin/chpass/Makefile | |
| parent | ef1d40da16ce358605ad999b64dd15a924f96e57 (diff) | |
Notes
Diffstat (limited to 'usr.bin/chpass/Makefile')
| -rw-r--r-- | usr.bin/chpass/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 16974e211d923..266ca5ad1d3df 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 |
