summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/man
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-16 14:26:13 +0000
committerbde <bde@FreeBSD.org>1997-10-16 14:26:13 +0000
commit995cfe36a0bb144642e1f2d936ce4d2900326b90 (patch)
tree662755d8fb77855765503df12ef31bb2020f9aa6 /lib/libc/db/man
parentfd943454deb6ae134e5586a8f2be72da4dbcff71 (diff)
downloadFreeBSD-src-995cfe36a0bb144642e1f2d936ce4d2900326b90.zip
FreeBSD-src-995cfe36a0bb144642e1f2d936ce4d2900326b90.tar.gz
Removed the subdirectory paths from the definitions of MAN[1-9]. They
were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago.
Diffstat (limited to 'lib/libc/db/man')
-rw-r--r--lib/libc/db/man/Makefile.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc
index 185532f..7981a2c 100644
--- a/lib/libc/db/man/Makefile.inc
+++ b/lib/libc/db/man/Makefile.inc
@@ -1,12 +1,11 @@
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $Id:$
+# $Id: Makefile.inc,v 1.5 1997/09/24 20:38:10 julian Exp $
.PATH: ${.CURDIR}/../libc/db/man
-# Only build man pages with libc.
.if ${LIB} == "c"
# mpool.3
-MAN3+= db/man/btree.3 db/man/dbopen.3 db/man/hash.3 db/man/recno.3
-MAN3+= db/man/mpool.3
+MAN3+= btree.3 dbopen.3 hash.3 recno.3
+MAN3+= mpool.3
MLINKS+= dbopen.3 db.3
.endif
OpenPOWER on IntegriCloud