From bc205d4152b4848268ee74e8531bdebcfa025808 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 13 Sep 2001 06:48:18 +0000 Subject: Set BINOWN=root explicitly for setuid root binaries. This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. --- usr.bin/passwd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/passwd') diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 65c5dcf..67022c3 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -74,6 +74,7 @@ yppasswd_private_xdr.c: ${RPCSRC_PRIV} yppasswd_private_clnt.c: ${RPCSRC_PRIV} ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PRIV} +BINOWN= root BINMODE=4555 LINKS=${BINDIR}/passwd ${BINDIR}/yppasswd MLINKS=passwd.1 yppasswd.1 -- cgit v1.1