From 1cec3c808de32cd361a23662ef28f7b8d560f79c Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 11 May 2003 18:48:29 +0000 Subject: [PATCH] Allow a NOPIC "make world" to complete. OK'ed by: re(scottl) --- libexec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/Makefile b/libexec/Makefile index e60d87a11f9d..29b87de5f867 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -29,7 +29,7 @@ SUBDIR= atrun \ tftpd \ ypxfr -.if ${MACHINE_ARCH} != amd64 +.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC) SUBDIR+=rtld-elf .endif