summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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