=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/passwd/Makefile 1995/12/16 22:20:28 1.2 +++ src/usr.bin/passwd/Makefile 1996/01/16 07:22:13 1.3 @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 2/19/91 -# $Id: Makefile,v 1.2 1995/12/16 22:20:28 tholo Exp $ +# $Id: Makefile,v 1.3 1996/01/16 07:22:13 deraadt Exp $ PROG= passwd SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c getpwent.c @@ -21,10 +21,6 @@ LDADD+= -lkrb -ldes .endif -LINKS= ${BINDIR}/passwd ${BINDIR}/yppasswd -MLINKS= passwd.1 yppasswd.1 - -BINOWN= root BINMODE=4555 .include