summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-24 17:38:45 +0000
committerpeter <peter@FreeBSD.org>2003-05-24 17:38:45 +0000
commit469c0a1ad70a8c70bc35d269f04e59cf6a657b7c (patch)
tree605c5ccdc83c915f73694c9f44a89fb6be584a9a /libexec
parent0c9262fefa995b882de88a6b7badcf583b70fa9a (diff)
downloadFreeBSD-src-469c0a1ad70a8c70bc35d269f04e59cf6a657b7c.zip
FreeBSD-src-469c0a1ad70a8c70bc35d269f04e59cf6a657b7c.tar.gz
Do not exclude amd64 from rtld-elf builds.
Approved by: re (safe amd64 support commits)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 66a4a01..9790381 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -29,7 +29,7 @@ SUBDIR= atrun \
tftpd \
ypxfr
-.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC)
+.if !defined(NOPIC)
SUBDIR+=rtld-elf
.endif
OpenPOWER on IntegriCloud