summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:06 +0000
commit17691a2a29e0aea4fb5621a1b4a74fd3280a968e (patch)
treedcb275130fd052fe381f9170ae7cda0fc7ff9998 /chpass/Makefile
parent9cf5a227dfe9335a85e66c10ee358b4e8e072dca (diff)
downloadpw-darwin-17691a2a29e0aea4fb5621a1b4a74fd3280a968e.tar.gz
pw-darwin-17691a2a29e0aea4fb5621a1b4a74fd3280a968e.tar.zst
pw-darwin-17691a2a29e0aea4fb5621a1b4a74fd3280a968e.zip
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 8b887f8..f19a257 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -5,7 +5,6 @@ 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 \