summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index a86fd0a..e60d87a 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -23,13 +23,16 @@ SUBDIR= atrun \
rpc.rwalld \
rpc.sprayd \
rshd \
- rtld-elf \
save-entropy \
talkd \
tcpd \
tftpd \
ypxfr
+.if ${MACHINE_ARCH} != amd64
+SUBDIR+=rtld-elf
+.endif
+
.if !defined(NO_BIND)
SUBDIR+=named-xfer
.endif
OpenPOWER on IntegriCloud