Add a man section 1aout for the legacy man files to avoid them being
installed over the ones from binutils.
This commit is contained in:
parent
3625b5147c
commit
c908270ee3
@ -1,4 +1,4 @@
|
||||
# $Id: bsd.man.mk,v 1.27 1998/04/27 15:08:07 bde Exp $
|
||||
# $Id: bsd.man.mk,v 1.28 1998/08/08 07:02:08 peter Exp $
|
||||
#
|
||||
# The include file <bsd.man.mk> handles installing manual pages and
|
||||
# their links.
|
||||
@ -69,7 +69,7 @@ MROFF_CMD?= groff -Tascii -man
|
||||
MCOMPRESS_CMD?= ${COMPRESS_CMD}
|
||||
MCOMPRESS_EXT?= ${COMPRESS_EXT}
|
||||
|
||||
SECTIONS= 1 2 3 4 5 6 7 8 9 n
|
||||
SECTIONS= 1 1aout 2 3 4 5 6 7 8 9 n
|
||||
|
||||
.undef _MANPAGES
|
||||
.for sect in ${SECTIONS}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
|
||||
# $Id: bsd.prog.mk,v 1.76 1998/08/08 07:02:08 peter Exp $
|
||||
# $Id: bsd.prog.mk,v 1.77 1998/08/30 20:33:27 jb Exp $
|
||||
|
||||
.if !target(__initialized__)
|
||||
__initialized__:
|
||||
@ -61,7 +61,8 @@ ${PROG}: ${OBJS}
|
||||
|
||||
.if !defined(MAN1) && !defined(MAN2) && !defined(MAN3) && \
|
||||
!defined(MAN4) && !defined(MAN5) && !defined(MAN6) && \
|
||||
!defined(MAN7) && !defined(MAN8) && !defined(NOMAN)
|
||||
!defined(MAN7) && !defined(MAN8) && !defined(NOMAN) && \
|
||||
!defined(MAN1aout)
|
||||
MAN1= ${PROG}.1
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user