From b2f4b022d2eb0fb80e8904e1833afc4b40f9bb64 Mon Sep 17 00:00:00 2001 From: jb Date: Fri, 4 Sep 1998 22:55:17 +0000 Subject: Enable rtld-elf for build on alpha too. We now have support for shared libraries on alpha! --- libexec/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libexec/Makefile') 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 -- cgit v1.1