summaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-05-11 18:48:29 +0000
committerMark Murray <markm@FreeBSD.org>2003-05-11 18:48:29 +0000
commit1cec3c808de32cd361a23662ef28f7b8d560f79c (patch)
treefdaf70e24cc92dd8c9d6342dc222a66a135def7e /libexec/Makefile
parent0813637235d5007c00e1c31ce104af98ced23e32 (diff)
Notes
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 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