summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-03-07 19:43:48 +0000
committerjdp <jdp@FreeBSD.org>1998-03-07 19:43:48 +0000
commite147a203c2ca9ba4431807bb1fc94c459815e02d (patch)
tree892c4832456f4c8e458968bf8bb0809652280785 /libexec/Makefile
parentf5ff9feb6766e0b73f72b7621d90fbfe4954fa99 (diff)
downloadFreeBSD-src-e147a203c2ca9ba4431807bb1fc94c459815e02d.zip
FreeBSD-src-e147a203c2ca9ba4431807bb1fc94c459815e02d.tar.gz
Enable rtld-elf when building an ELF system on the i386.
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 65a72d6..252c7bc 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.26 1997/09/28 09:07:34 markm Exp $
+# $Id: Makefile,v 1.27 1998/01/30 12:35:10 phk Exp $
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
@@ -7,6 +7,10 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
xtend ypxfr
+.if ${BINFORMAT} == elf && ${MACHINE} == i386
+SUBDIR+=rtld-elf
+.endif
+
.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
# make release needs both
SUBDIR+=telnetd
OpenPOWER on IntegriCloud