Don't include ../Makefile.inc here. bsd.man.mk is always included
in another .mk file which has already included ../Makefile.inc, so including ../Makefike.inc again mainly messed up `+=' definitions.
This commit is contained in:
parent
bf69d84c0a
commit
55137cdb87
@ -1,4 +1,4 @@
|
||||
# $Id: bsd.man.mk,v 1.25 1997/07/25 11:17:12 bde Exp $
|
||||
# $Id: bsd.man.mk,v 1.26 1997/11/09 15:03:14 wosch Exp $
|
||||
#
|
||||
# The include file <bsd.man.mk> handles installing manual pages and
|
||||
# their links.
|
||||
@ -52,11 +52,6 @@
|
||||
# Install the manual pages and their links.
|
||||
#
|
||||
|
||||
|
||||
.if exists(${.CURDIR}/../Makefile.inc)
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
.endif
|
||||
|
||||
MANSRC?= ${.CURDIR}
|
||||
MINSTALL= ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user