=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.83 retrieving revision 1.84 diff -c -r1.83 -r1.84 *** src/usr.bin/Makefile 2003/07/14 02:21:37 1.83 --- src/usr.bin/Makefile 2003/07/22 17:15:13 1.84 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.83 2003/07/14 02:21:37 deraadt Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.84 2003/07/22 17:15:13 brad Exp $ .include *************** *** 28,34 **** SUBDIR+=ypcat ypmatch ypwhich .endif ! .if (${ELF_TOOLCHAIN} != "yes") SUBDIR+= ar nm ranlib size strip strings .endif --- 28,34 ---- SUBDIR+=ypcat ypmatch ypwhich .endif ! .if (${ELF_TOOLCHAIN:L} == "no") SUBDIR+= ar nm ranlib size strip strings .endif