summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-05-11 18:48:29 +0000
committermarkm <markm@FreeBSD.org>2003-05-11 18:48:29 +0000
commit64cd7ea15d460e859594ab7fe034f346fa2d8720 (patch)
treefdaf70e24cc92dd8c9d6342dc222a66a135def7e /libexec/Makefile
parentfc4822f39a8e7e97128395b08fe26a085b317c0c (diff)
downloadFreeBSD-src-64cd7ea15d460e859594ab7fe034f346fa2d8720.zip
FreeBSD-src-64cd7ea15d460e859594ab7fe034f346fa2d8720.tar.gz
Allow a NOPIC "make world" to complete.
OK'ed by: re(scottl)
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index e60d87a..29b87de 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
OpenPOWER on IntegriCloud