summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-09-13 06:48:18 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-09-13 06:48:18 +0000
commit5a3e081f55c2ce9fdb712e23751aaeb62fc85653 (patch)
tree50e2165c664b756cbf5f40246b67131da455737a /chpass/Makefile
parentf83081c3d6d98f28c15dcb3d89b4f86d7a8d2785 (diff)
downloadpw-darwin-5a3e081f55c2ce9fdb712e23751aaeb62fc85653.tar.gz
pw-darwin-5a3e081f55c2ce9fdb712e23751aaeb62fc85653.tar.zst
pw-darwin-5a3e081f55c2ce9fdb712e23751aaeb62fc85653.zip
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.
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 3930873..69b93c0 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -7,6 +7,7 @@ SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c pw_yp.c \
table.c util.c ypxfr_misc.c ${GENSRCS}
GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_clnt.c yppasswd_private.h \
yppasswd_private_clnt.c yppasswd_private_xdr.c
+BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw \
${.CURDIR}/../../libexec/ypxfr \