aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
commitfe655281c5aaa0c4feb637ba0199f869ba84a78b (patch)
treeec6d9a3298f43e6216117f9bd115130df43bf52a /sbin/ldconfig/Makefile
parent6817e978cfb63ed11372fa169dc49f0b0b2d7bd1 (diff)
Set the default manual section for sbin/ to 8.
Notes
Notes: svn path=/head/; revision=74531
Diffstat (limited to 'sbin/ldconfig/Makefile')
-rw-r--r--sbin/ldconfig/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile
index 0b9792fab953..8a1d156d53a8 100644
--- a/sbin/ldconfig/Makefile
+++ b/sbin/ldconfig/Makefile
@@ -4,7 +4,6 @@ PROG= ldconfig
SRCS= elfhints.c ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
-MAN8= ldconfig.8
.PATH: ${LDDIR}