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.
This commit is contained in:
parent
ae80efa54f
commit
da16ae8684
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user