From 86642a4ab498a232761f0dcb1ca83f06fc0d5a40 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 26 Mar 2001 14:33:27 +0000 Subject: - Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN. --- sbin/ldconfig/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/ldconfig') diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 8a1d156..15c3808 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -4,6 +4,7 @@ PROG= ldconfig SRCS= elfhints.c ldconfig.c shlib.c support.c LDDIR?= ${.CURDIR}/../../libexec/rtld-aout CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT +MAN= ldconfig.8 .PATH: ${LDDIR} -- cgit v1.1