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