summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-04 22:55:17 +0000
committerjb <jb@FreeBSD.org>1998-09-04 22:55:17 +0000
commitb2f4b022d2eb0fb80e8904e1833afc4b40f9bb64 (patch)
treeb8ac5b09156a70bf0c70e339cb6824d9ca4f650d /libexec/Makefile
parent2d1c290a8a7066faf9565798accd7e3027818c98 (diff)
downloadFreeBSD-src-b2f4b022d2eb0fb80e8904e1833afc4b40f9bb64.zip
FreeBSD-src-b2f4b022d2eb0fb80e8904e1833afc4b40f9bb64.tar.gz
Enable rtld-elf for build on alpha too. We now have support for shared
libraries on alpha!
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 9205326..1903f56 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.33 1998/08/04 15:32:43 peter Exp $
+# $Id: Makefile,v 1.34 1998/08/30 01:52:53 jb Exp $
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
makekey mknetid revnetgroup rexecd rlogind \
@@ -16,10 +16,11 @@ SUBDIR+=named-xfer
.if ${OBJFORMAT} == aout
SUBDIR+=rtld-aout
.endif
+.endif
+
.if ${OBJFORMAT} == elf
SUBDIR+=rtld-elf
.endif
-.endif
.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
# make release needs both
OpenPOWER on IntegriCloud