diff options
author | peter <peter@FreeBSD.org> | 2003-05-24 17:38:45 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-05-24 17:38:45 +0000 |
commit | 469c0a1ad70a8c70bc35d269f04e59cf6a657b7c (patch) | |
tree | 605c5ccdc83c915f73694c9f44a89fb6be584a9a | |
parent | 0c9262fefa995b882de88a6b7badcf583b70fa9a (diff) | |
download | FreeBSD-src-469c0a1ad70a8c70bc35d269f04e59cf6a657b7c.zip FreeBSD-src-469c0a1ad70a8c70bc35d269f04e59cf6a657b7c.tar.gz |
Do not exclude amd64 from rtld-elf builds.
Approved by: re (safe amd64 support commits)
-rw-r--r-- | libexec/Makefile | 2 |
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 |