=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/passwd/Makefile 1996/01/16 07:22:13 1.3 +++ src/usr.bin/passwd/Makefile 1996/02/13 07:22:17 1.4 @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 2/19/91 -# $Id: Makefile,v 1.3 1996/01/16 07:22:13 deraadt Exp $ +# $Id: Makefile,v 1.4 1996/02/13 07:22:17 dm Exp $ PROG= passwd SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c getpwent.c @@ -22,6 +22,7 @@ .endif BINMODE=4555 +BINOWN= root .include