aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-12-29 08:16:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-12-29 08:16:39 +0000
commitd56162c180c501b3a9e19fb952ef60931ca1ee5a (patch)
tree33aa35353db02a8328c6895134478771dc2d65b2 /usr.bin/passwd/Makefile
parentaee042045bd0ddeb3598dc5e60970084b399ce74 (diff)
downloadsrc-d56162c180c501b3a9e19fb952ef60931ca1ee5a.tar.gz
src-d56162c180c501b3a9e19fb952ef60931ca1ee5a.zip
NO_NIS cleanup: LINKS and MLINKS
Notes
Notes: svn path=/head/; revision=139397
Diffstat (limited to 'usr.bin/passwd/Makefile')
-rw-r--r--usr.bin/passwd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index e4c509905201..ef68ba6e7b4f 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -6,8 +6,10 @@ BINOWN = root
BINMODE = 4555
DPADD = ${LIBPAM}
LDADD = ${MINUSLPAM}
+.if !defined(NO_NIS)
LINKS = ${BINDIR}/passwd ${BINDIR}/yppasswd
MLINKS = passwd.1 yppasswd.1
+.endif
WARNS ?= 4
beforeinstall: