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}