summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-12 16:09:33 +0000
committerpeter <peter@FreeBSD.org>1998-06-12 16:09:33 +0000
commitd24603db7b7e04d7c217fc78b4683ed282942b9c (patch)
treeb4492cc60642c9b4a3e3fb7fb4986444f6499e47 /libexec
parent2cb89754bde33dc8ba29d36f5ecf7a713c34dd1f (diff)
downloadFreeBSD-src-d24603db7b7e04d7c217fc78b4683ed282942b9c.zip
FreeBSD-src-d24603db7b7e04d7c217fc78b4683ed282942b9c.tar.gz
Only build rtld-aout if we're in an a.out build environment.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile7
1 files changed, 5 insertions, 2 deletions
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
OpenPOWER on IntegriCloud