From b82eca913dda38e1e6589859a23f9cf5223fe0d9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 24 May 2003 17:38:45 +0000 Subject: Do not exclude amd64 from rtld-elf builds. Approved by: re (safe amd64 support commits) --- libexec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/Makefile') diff --git a/libexec/Makefile b/libexec/Makefile index 66a4a01e25b45..97903815ab64a 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 -- cgit v1.3