aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.man.mk
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-04-27 15:08:07 +0000
committerBruce Evans <bde@FreeBSD.org>1998-04-27 15:08:07 +0000
commit55137cdb87241debc3cb956b2c2894cd4c25099a (patch)
treea1f97b3e5af1aefbf163cb305b94d05cafa1f3c4 /share/mk/bsd.man.mk
parentbf69d84c0ab9314af3608b681034eb4bd96bf212 (diff)
downloadsrc-55137cdb87241debc3cb956b2c2894cd4c25099a.tar.gz
src-55137cdb87241debc3cb956b2c2894cd4c25099a.zip
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.
Notes
Notes: svn path=/head/; revision=35478
Diffstat (limited to 'share/mk/bsd.man.mk')
-rw-r--r--share/mk/bsd.man.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk
index bcf93f9de91b..44e720e2e4c3 100644
--- a/share/mk/bsd.man.mk
+++ b/share/mk/bsd.man.mk
@@ -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}