diff --git a/libexec/Makefile b/libexec/Makefile index 252c7bc2e195..0435de7301ce 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.27 1998/01/30 12:35:10 phk Exp $ +# $Id: Makefile,v 1.28 1998/03/07 19:43:48 jdp Exp $ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \ @@ -7,9 +7,12 @@ 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 +.if ${MACHINE} == i386 +SUBDIR+=rtld-aout +.if ${BINFORMAT} == elf SUBDIR+=rtld-elf .endif +.endif .if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4) # make release needs both