Date: Fri, 12 Jun 98 15:33:05 -0500 From: "Richard Seaman, Jr." <lists@tar.com> To: "Peter Wemm" <peter@FreeBSD.ORG>, "current@freebsd.org" <current@FreeBSD.ORG> Subject: src/libexec/Makefile Message-ID: <199806122033.PAA15451@ns.tar.com>
next in thread | raw e-mail | index | archive | help
I think the following change needs to be made:
*** Makefile Fri Jun 12 15:17:32 1998
--- Makefile.orig Fri Jun 12 15:16:59 1998
***************
*** 10,16 ****
.if ${MACHINE} == i386
SUBDIR+=named-xfer rpc.rstatd
.if ${BINFORMAT} == aout
! SUBDIR+=rtld-aout
.endif
.if ${BINFORMAT} == elf
SUBDIR+=rtld-elf
--- 10,16 ----
.if ${MACHINE} == i386
SUBDIR+=named-xfer rpc.rstatd
.if ${BINFORMAT} == aout
! rtld-aout
.endif
.if ${BINFORMAT} == elf
SUBDIR+=rtld-elf
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806122033.PAA15451>
