diff --git a/libexec/Makefile b/libexec/Makefile index a86fd0a62d41..e60d87a11f9d 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