=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/libexec/Makefile,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/libexec/Makefile 2002/07/15 19:23:14 1.29 +++ src/libexec/Makefile 2002/09/12 22:36:37 1.30 @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.29 2002/07/15 19:23:14 millert Exp $ +# $OpenBSD: Makefile,v 1.30 2002/09/12 22:36:37 mickey Exp $ .include @@ -14,7 +14,7 @@ SUBDIR+=rpc.yppasswdd .endif -.if (${ELF_TOOLCHAIN} == "yes") +.if (${ELF_TOOLCHAIN} == "yes") && !defined(NOPIC) SUBDIR+=ld.so .endif