diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
commit | 18dba2fe217665c3bdc50fb3b3a724645d1e7196 (patch) | |
tree | 87d57170c6f0a4c76b83ecc25dd486e71aeb0f14 /usr.bin/chpass | |
parent | b773a127aeed9e7ce9292d3296446a4a19b8d11a (diff) | |
download | FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.zip FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.tar.gz |
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r-- | usr.bin/chpass/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 8b887f8..f19a257 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/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 \ |