Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/yp/Makefile.inc,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- src/lib/libc/yp/Makefile.inc 1999/02/24 15:05:21 1.14 +++ src/lib/libc/yp/Makefile.inc 2012/03/02 17:27:49 1.15 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.14 1999/02/24 15:05:21 drochner Exp $ +# $NetBSD: Makefile.inc,v 1.15 2012/03/02 17:27:49 christos Exp $ # yp sources .PATH: ${ARCHDIR}/yp ${.CURDIR}/yp @@ -10,4 +10,5 @@ MAN+= ypclnt.3 MLINKS+=ypclnt.3 yp_all.3 ypclnt.3 yp_bind.3 ypclnt.3 yp_first.3 \ ypclnt.3 yp_get_default_domain.3 ypclnt.3 yp_master.3 \ ypclnt.3 yp_match.3 ypclnt.3 yp_next.3 ypclnt.3 yp_order.3 \ - ypclnt.3 yp_unbind.3 ypclnt.3 yperr_string.3 ypclnt.3 ypprot_err.3 + ypclnt.3 yp_unbind.3 ypclnt.3 yperr_string.3 ypclnt.3 ypprot_err.3 \ + ypclnt.3 yp_setbindtries.3