summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-09-09 10:12:07 +0000
committerbde <bde@FreeBSD.org>1998-09-09 10:12:07 +0000
commitb8a6659363324719ee54386f2a9688a8c37186b2 (patch)
treee532b4ca95722088ebaf8625e4f4559af73fcebc /share/mk
parent38ad69f345a0d683f184a8d1546f72eb101b99d9 (diff)
downloadFreeBSD-src-b8a6659363324719ee54386f2a9688a8c37186b2.zip
FreeBSD-src-b8a6659363324719ee54386f2a9688a8c37186b2.tar.gz
Backed out rev.1.28. It was bogus because bsd.man.mk is only used
(and only usable) by other .mk files that have their own multiple inclusion protection.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.man.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk
index 89ee1cb..17f2975 100644
--- a/share/mk/bsd.man.mk
+++ b/share/mk/bsd.man.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.man.mk,v 1.28 1998/08/08 07:02:08 peter Exp $
+# $Id: bsd.man.mk,v 1.29 1998/09/07 05:55:02 jb Exp $
#
# The include file <bsd.man.mk> handles installing manual pages and
# their links.
@@ -52,13 +52,6 @@
# Install the manual pages and their links.
#
-.if !target(__initialized__)
-__initialized__:
-.if exists(${.CURDIR}/../Makefile.inc)
-.include "${.CURDIR}/../Makefile.inc"
-.endif
-.endif
-
MANSRC?= ${.CURDIR}
MINSTALL= ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
OpenPOWER on IntegriCloud