From def151a8fc45f1ff4bdc677a6ee97d473296a723 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 9 Sep 1998 10:12:07 +0000 Subject: [PATCH] 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. --- share/mk/bsd.man.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk index 89ee1cb0784..17f29752f82 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 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} -- 2.45.2