13197Scsgr# From:	@(#)Makefile	8.3 (Berkeley) 4/2/94
250477Speter# $FreeBSD: stable/11/usr.bin/passwd/Makefile 319016 2017-05-28 00:13:44Z rgrimes $
31590Srgrimes
4265420Simp.include <src.opts.mk>
5156813Sru
694719SdesPROG	 = passwd
794719SdesBINOWN	 = root
894719SdesBINMODE	 = 4555
9298107SgjbPRECIOUSPROG=
10275042SbaptLIBADD   = pam
11156813Sru.if ${MK_NIS} != "no"
12319016SrgrimesSYMLINKS = passwd ${BINDIR}/yppasswd
1394719SdesMLINKS	 = passwd.1 yppasswd.1
14139397Sache.endif
1552650Sroger
16278669Sbaptbeforeinstall:
17278669Sbapt.for i in passwd yppasswd
18278669Sbapt	[ ! -e ${DESTDIR}${BINDIR}/$i ] || \
19278669Sbapt		chflags noschg ${DESTDIR}${BINDIR}/$i || true
20278669Sbapt.endfor
21278669Sbapt
221590Srgrimes.include <bsd.prog.mk>
23