mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01:00
Added `9' to ${SECTIONS}.
This commit is contained in:
parent
b1529bda75
commit
429544bb76
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12828
@ -1,4 +1,4 @@
|
||||
# $Id: bsd.man.mk,v 1.6 1995/10/14 08:16:04 bde Exp $
|
||||
# $Id: bsd.man.mk,v 1.7 1995/10/21 18:18:46 bde Exp $
|
||||
|
||||
.if exists(${.CURDIR}/../Makefile.inc)
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
@ -15,7 +15,7 @@ MINSTALL= ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
|
||||
MCOMPRESS= gzip -c
|
||||
ZEXTENSION= .gz
|
||||
|
||||
SECTIONS= 1 2 3 3f 4 5 6 7 8
|
||||
SECTIONS= 1 2 3 3f 4 5 6 7 8 9
|
||||
|
||||
.for sect in ${SECTIONS}
|
||||
.if defined(MAN${sect}) && !empty(MAN${sect})
|
||||
|
Loading…
Reference in New Issue
Block a user