From 45d92a4319ace58d340a2d927cce946cca698aff Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 26 Mar 2001 14:22:12 +0000 Subject: - Backout botched attempt to intoduce MANSECT feature. - MAN[1-9] -> MAN. --- libexec/rtld-aout/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/rtld-aout') diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile index c4a588d..b9647d6 100644 --- a/libexec/rtld-aout/Makefile +++ b/libexec/rtld-aout/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= ld.so SRCS= mdprologue.S rtld.c shlib.c md.c support.c -MAN1aout= rtld.1aout +MAN= rtld.1aout # As there is relocation going on behind GCC's back, don't cache function addresses. PICFLAG=-fpic -fno-function-cse CFLAGS+=-I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} ${PICFLAG} -DRTLD -Wall -- cgit v1.1