=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/Makefile 1997/04/08 02:45:10 1.40 --- src/usr.bin/Makefile 1997/04/19 21:26:24 1.41 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.40 1997/04/08 02:45:10 millert Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.41 1997/04/19 21:26:24 millert Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 *************** *** 26,32 **** xargs xinstall xlint xstr yacc yes \ gprof ! .if defined(YP) SUBDIR+=ypcat ypmatch ypwhich .endif --- 26,32 ---- xargs xinstall xlint xstr yacc yes \ gprof ! .if (${YP} == "yes") SUBDIR+=ypcat ypmatch ypwhich .endif