summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-12-29 08:13:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-12-29 08:13:20 +0000
commit8a54fd1e96369fddad3afe6c985cc1f4fa88a94b (patch)
tree6393049285bc7739658d7b6dcc8c642803716ee7 /chpass/Makefile
parent9911194b74d0be840e13a1607c63922e24a68fa6 (diff)
downloadpw-darwin-8a54fd1e96369fddad3afe6c985cc1f4fa88a94b.tar.gz
pw-darwin-8a54fd1e96369fddad3afe6c985cc1f4fa88a94b.tar.zst
pw-darwin-8a54fd1e96369fddad3afe6c985cc1f4fa88a94b.zip
More NO_NIS cleanup: LINKS and MLINKS
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index a012ad8..3ffb0ef 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -24,12 +24,16 @@ LDADD+= -lypclnt
LINKS= ${BINDIR}/chpass ${BINDIR}/chfn
LINKS+= ${BINDIR}/chpass ${BINDIR}/chsh
+.if !defined(NO_NIS)
LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchpass
LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchfn
LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchsh
+.endif
MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
+.if !defined(NO_NIS)
MLINKS+= chpass.1 ypchpass.1 chpass.1 ypchfn.1 chpass.1 ypchsh.1
+.endif
beforeinstall:
.for i in chpass chfn chsh ypchpass ypchfn ypchsh