summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-12-29 08:16:39 +0000
committerache <ache@FreeBSD.org>2004-12-29 08:16:39 +0000
commit2c44d8815c58205010e6a31603d157308fe7ecba (patch)
tree33aa35353db02a8328c6895134478771dc2d65b2 /usr.bin/passwd
parente04aeb4a1ffd9b5edd270bcee9402fcbe0afd089 (diff)
downloadFreeBSD-src-2c44d8815c58205010e6a31603d157308fe7ecba.zip
FreeBSD-src-2c44d8815c58205010e6a31603d157308fe7ecba.tar.gz
NO_NIS cleanup: LINKS and MLINKS
Diffstat (limited to 'usr.bin/passwd')
-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 e4c5099..ef68ba6 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:
OpenPOWER on IntegriCloud