summaryrefslogtreecommitdiffstats
path: root/lib
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
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')
-rw-r--r--lib/libc/amd64/sys/Makefile.inc5
-rw-r--r--lib/libc/db/man/Makefile.inc7
-rw-r--r--lib/libc/i386/sys/Makefile.inc5
3 files changed, 7 insertions, 10 deletions
diff --git a/lib/libc/amd64/sys/Makefile.inc b/lib/libc/amd64/sys/Makefile.inc
index 0cf1aad..3499610 100644
--- a/lib/libc/amd64/sys/Makefile.inc
+++ b/lib/libc/amd64/sys/Makefile.inc
@@ -1,13 +1,12 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
-# $Id: Makefile.inc,v 1.4 1997/02/22 14:59:27 peter Exp $
+# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:56 jb Exp $
.PATH: ${.CURDIR}/../libc/${MACHINE}/sys
SRCS+= i386_get_ldt.c i386_set_ldt.c
-# Only build man pages with libc.
.if ${LIB} == "c"
-MAN2+= i386/sys/i386_get_ldt.2
+MAN2+= i386_get_ldt.2
MLINKS+=i386_get_ldt.2 i386_set_ldt.2
.endif
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
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
index 0cf1aad..3499610 100644
--- a/lib/libc/i386/sys/Makefile.inc
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -1,13 +1,12 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
-# $Id: Makefile.inc,v 1.4 1997/02/22 14:59:27 peter Exp $
+# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:56 jb Exp $
.PATH: ${.CURDIR}/../libc/${MACHINE}/sys
SRCS+= i386_get_ldt.c i386_set_ldt.c
-# Only build man pages with libc.
.if ${LIB} == "c"
-MAN2+= i386/sys/i386_get_ldt.2
+MAN2+= i386_get_ldt.2
MLINKS+=i386_get_ldt.2 i386_set_ldt.2
.endif
OpenPOWER on IntegriCloud