mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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.
This commit is contained in:
parent
405b59bcb5
commit
def151a8fc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38987
1 changed files with 1 additions and 8 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue