From 18dba2fe217665c3bdc50fb3b3a724645d1e7196 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 19 Sep 1998 22:42:06 +0000 Subject: Remove useless `BINOWN=root' now that it is the default. --- usr.bin/passwd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/passwd') diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 4909e57..cfa98db 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $Id$ +# $Id: Makefile,v 1.29 1998/08/06 21:37:51 markm Exp $ PROG= passwd SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c \ @@ -49,7 +49,6 @@ yppasswd_private_xdr.c: ${RPCSRC_PRIV} yppasswd_private_clnt.c: ${RPCSRC_PRIV} ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PRIV} -BINOWN= root BINMODE=4555 MAN1=passwd.1 LINKS=${BINDIR}/passwd ${BINDIR}/yppasswd -- cgit v1.1