From c5010eaee81172238ce4ba25f0628e1e70e7da87 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 12 Jun 1998 19:45:14 +0000 Subject: Fix stupid typo, I had only tested this in elf mode. --- libexec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/Makefile b/libexec/Makefile index a45d282..dfd25dc 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.30 1998/06/06 07:09:01 jb Exp $ +# $Id: Makefile,v 1.31 1998/06/12 16:09:33 peter Exp $ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ mail.local makekey mknetid revnetgroup rexecd rlogind \ @@ -10,7 +10,7 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ .if ${MACHINE} == i386 SUBDIR+=named-xfer rpc.rstatd .if ${BINFORMAT} == aout -rtld-aout +SUBDIR+=rtld-aout .endif .if ${BINFORMAT} == elf SUBDIR+=rtld-elf -- cgit v1.1