From d24603db7b7e04d7c217fc78b4683ed282942b9c Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 12 Jun 1998 16:09:33 +0000 Subject: Only build rtld-aout if we're in an a.out build environment. --- libexec/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/Makefile b/libexec/Makefile index e93b289..a45d282 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.29 1998/06/01 14:33:06 peter Exp $ +# $Id: Makefile,v 1.30 1998/06/06 07:09:01 jb Exp $ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ mail.local makekey mknetid revnetgroup rexecd rlogind \ @@ -8,7 +8,10 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ xtend ypxfr .if ${MACHINE} == i386 -SUBDIR+=named-xfer rpc.rstatd rtld-aout +SUBDIR+=named-xfer rpc.rstatd +.if ${BINFORMAT} == aout +rtld-aout +.endif .if ${BINFORMAT} == elf SUBDIR+=rtld-elf .endif -- cgit v1.1