Add protected and empty maninstall: targets.

Submitted by:	Philippe Charnier <charnier@lirmm.fr>
This commit is contained in:
Rodney W. Grimes 1995-03-10 08:54:42 +00:00
parent 14c5b2ae27
commit 812a118139
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6985
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
# $Id: bsd.doc.mk,v 1.17 1995/01/17 22:04:38 ache Exp $
# $Id: bsd.doc.mk,v 1.18 1995/02/25 20:51:09 phk Exp $
PRINTER?= ps
@ -129,3 +129,7 @@ depend:
.endif
.if !target(maninstall)
maninstall:
.endif

View File

@ -1,4 +1,4 @@
# $Id: bsd.info.mk,v 1.11 1995/02/11 05:28:31 phk Exp $
# $Id: bsd.info.mk,v 1.12 1995/02/25 20:51:11 phk Exp $
BINMODE= 444
BINDIR?= /usr/share/info
@ -70,3 +70,7 @@ install:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INFO:S/$/.info*/g} ${DESTDIR}${BINDIR}
.if !target(maninstall)
maninstall:
.endif